POV-Ray : Newsgroups : povray.beta-test : Quick summary for Linux-Beta 28, September 2008 : Re: Quick summary for Linux-Beta 28, September 2008 Server Time
28 Jul 2024 14:33:53 EDT (-0400)
  Re: Quick summary for Linux-Beta 28, September 2008  
From: Le Forgeron
Date: 22 Sep 2008 12:08:47
Message: <48d7c30f$1@news.povray.org>
Le Mon, 22 Sep 2008 14:32:17 +0200, Nicolas Calimet a modifié des petits
morceaux de l'univers pour nous faire lire :

> 
> if (SDL_LockSurface(m_screen) == 0) {
>    SDL_BlitSurface(m_display, &m_update_rect, m_screen, &m_update_rect);
>    SDL_UpdateRect(m_screen, m_update_rect.x, m_update_rect.y,
>    m_update_rect.w, m_update_rect.h); SDL_UnlockSurface(m_screen);
> }
> 
> 	Thanks for doing those tests  :)
> 	- NC

Well, it is just plain black as previewing window.
Making duma happy, avoiding random locking on initialisation of the 
window, but what is worth a previewing window which remains black all the 
time ? (kind of rhetorical question, a real solution should be a working 
previewing window... without random lock...  please ?)


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.