ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/main_unix.cpp
(Generate patch)

Comparing SheepShaver/src/Unix/main_unix.cpp (file contents):
Revision 1.77 by gbeauche, 2006-10-26T05:25:19Z vs.
Revision 1.78 by asvitkine, 2007-08-27T21:45:13Z

# Line 371 | Line 371 | int main(int argc, char **argv)
371          time_t now, expire;
372          bool memory_mapped_from_zero;
373  
374 + #ifdef USE_SDL_VIDEO
375 +        // don't let SDL block the screensaver
376 +        setenv("SDL_VIDEO_ALLOW_SCREENSAVER", "1", 1);
377 + #endif
378 +
379          // Initialize variables
380          RAMBase = 0;
381          tzset();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines