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.99 by asvitkine, 2012-01-01T18:50:01Z vs.
Revision 1.100 by asvitkine, 2012-01-01T18:51:40Z

# Line 669 | Line 669 | static bool install_signal_handlers(void
669          return true;
670   }
671  
672 + #ifdef USE_SDL
673   static bool init_sdl()
674   {
675          int sdl_flags = 0;
# Line 701 | Line 702 | static bool init_sdl()
702          signal(SIGTERM, SIG_DFL);
703          return true;
704   }
705 + #endif
706  
707   int main(int argc, char **argv)
708   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines