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

  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11events.c 821 printf("ConfigureNotify! (resize: %dx%d)\n", xevent.xconfigure.width, xevent.xconfigure.height);
824 if ((xevent.xconfigure.width != SDL_VideoSurface->w) ||
825 (xevent.xconfigure.height != SDL_VideoSurface->h)) {
827 if ( ! ((xevent.xconfigure.width == 32) &&
828 (xevent.xconfigure.height == 32)) ) {
829 SDL_PrivateResize(xevent.xconfigure.width,
830 xevent.xconfigure.height);
    [all...]
  /external/skia/src/utils/unix/
SkOSWindow_Unix.cpp 104 this->resize(evt.xconfigure.width, evt.xconfigure.height);
  /external/quake/quake/src/QW/client/
vid_x.c 856 config_notify_width = x_event.xconfigure.width;
857 config_notify_height = x_event.xconfigure.height;
  /external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp 404 win_x = event.xconfigure.x;
405 win_y = event.xconfigure.y;
vid_sunx.cpp 970 config_notify_width = x_event.xconfigure.width;
971 config_notify_height = x_event.xconfigure.height;
vid_sunxil.cpp 888 config_notify_width = x_event.xconfigure.width;
889 config_notify_height = x_event.xconfigure.height;
vid_x.cpp 931 config_notify_width = x_event.xconfigure.width;
932 config_notify_height = x_event.xconfigure.height;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 996 XConfigureEvent xconfigure; member in union:_XEvent
    [all...]

Completed in 1032 milliseconds