reassign 425204 libsdl1.2debian quit On Sun, May 20, 2007 at 08:49:33AM +0300, Arieh Skliarouk wrote: > Package: toppler > Version: 1.1.2a-3
Hello Arieh ! > I have a xscreensaver running, and found that toppler does not disable > screensaver when going into fullscreen mode, thus leading to strange > effects. Could you elaborate ? > You should use dirty system("xset s off") and system("xset s on") or similar > X-Windows calls. Toppler use SDL to switch to fullscreen mode, so if such setting is required then it should probably be perfomed directly by SDL. For reference, toppler use the following SDL call: display = SDL_SetVideoMode(SCREENWID, SCREENHEI, 16, (config.fullscreen()) ? (SDL_FULLSCREEN) : (0)); Cheers, -- Bill. <[EMAIL PROTECTED]> Imagine a large red swirl here. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]