Changeset 10501 in vbox for trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp
- Timestamp:
- Jul 11, 2008 9:29:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp
r8155 r10501 42 42 #include <VBox/err.h> 43 43 #include <VBox/log.h> 44 #include <signal.h>45 44 46 45 #include "VBoxSDL.h" … … 145 144 return; 146 145 } 147 148 #ifdef VBOXSDL_WITH_X11149 /* NOTE: we still want Ctrl-C to work, so we undo the SDL redirections */150 signal(SIGINT, SIG_DFL);151 signal(SIGQUIT, SIG_DFL);152 #endif153 146 154 147 const SDL_VideoInfo *videoInfo = SDL_GetVideoInfo();
Note:
See TracChangeset
for help on using the changeset viewer.