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

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events_c.h 32 extern int X11_PendingConfigureNotifyWidth;
SDL_x11events.c 64 int X11_PendingConfigureNotifyWidth = -1;
828 if ((X11_PendingConfigureNotifyWidth != -1) &&
830 if ((xevent.xconfigure.width != X11_PendingConfigureNotifyWidth) &&
835 X11_PendingConfigureNotifyWidth = -1;
    [all...]
SDL_x11video.c     [all...]

Completed in 54 milliseconds