Searched refs:X11_PendingConfigureNotifyWidth (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11events_c.h32 extern int X11_PendingConfigureNotifyWidth;
H A DSDL_x11events.c64 int X11_PendingConfigureNotifyWidth = -1; variable
828 if ((X11_PendingConfigureNotifyWidth != -1) &&
830 if ((xevent.xconfigure.width != X11_PendingConfigureNotifyWidth) &&
835 X11_PendingConfigureNotifyWidth = -1;
H A DSDL_x11video.c1189 X11_PendingConfigureNotifyWidth = width;

Completed in 620 milliseconds