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

  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xme.h 29 } XiGMiscResolutionInfo;
36 XiGMiscResolutionInfo **presolutions);
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/XME/
xme.c 170 } XiGMiscResolutionInfo;
304 int XiGMiscQueryResolutions(Display *dpy, int screen, int view, int *pactive, XiGMiscResolutionInfo **presolutions)
307 XiGMiscResolutionInfo *resolutions;
327 size = sizeof(XiGMiscResolutionInfo) * n;
328 resolutions = (XiGMiscResolutionInfo*)Xmalloc(size);
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.h 133 XiGMiscResolutionInfo saved_res;
SDL_x11modes.c 238 XiGMiscResolutionInfo *modelist;
495 XiGMiscResolutionInfo *modelist;
    [all...]

Completed in 322 milliseconds