HomeSort by relevance Sort by last modified time
    Searched defs:XiGMiscResolutionInfo (Results 1 - 2 of 2) 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);

Completed in 80 milliseconds