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.15/src/video/Xext/extensions/
xme.h 29 } XiGMiscResolutionInfo;
36 XiGMiscResolutionInfo **presolutions);
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/XME/
xme.c 175 } XiGMiscResolutionInfo;
309 int XiGMiscQueryResolutions(Display *dpy, int screen, int view, int *pactive, XiGMiscResolutionInfo **presolutions)
312 XiGMiscResolutionInfo *resolutions;
332 size = sizeof(XiGMiscResolutionInfo) * n;
333 resolutions = (XiGMiscResolutionInfo*)Xmalloc(size);

Completed in 87 milliseconds