HomeSort by relevance Sort by last modified time
    Searched refs:local_X11 (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11dga.c 55 if ( !use_dgamouse || !local_X11 ||
SDL_x11video.h 57 int local_X11; /* Flag: true if local display */
163 #define local_X11 (this->hidden->local_X11)
SDL_x11video.c 595 local_X11 = 1;
597 local_X11 = 0;
649 if ( local_X11 ) {
    [all...]

Completed in 50 milliseconds