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.80 by gbeauche, 2008-01-01T09:47:38Z vs.
Revision 1.81 by asvitkine, 2008-06-22T20:30:12Z

# Line 372 | Line 372 | int main(int argc, char **argv)
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);
375 >        // Don't let SDL block the screensaver
376 >        putenv("SDL_VIDEO_ALLOW_SCREENSAVER=1");
377 >
378 >        // Make SDL pass through command-clicks and option-clicks unaltered
379 >        putenv("SDL_HAS3BUTTONMOUSE=1");
380   #endif
381  
382          // Initialize variables

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines