VirtualBox

Ignore:
Timestamp:
Jul 11, 2008 9:29:38 AM (16 years ago)
Author:
vboxsync
Message:

FE/SDL: added (undocumented) -pidfile parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp

    r8155 r10501  
    4242#include <VBox/err.h>
    4343#include <VBox/log.h>
    44 #include <signal.h>
    4544
    4645#include "VBoxSDL.h"
     
    145144        return;
    146145    }
    147 
    148 #ifdef VBOXSDL_WITH_X11
    149     /* 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 #endif
    153146
    154147    const SDL_VideoInfo *videoInfo = SDL_GetVideoInfo();
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette