Home
last modified time | relevance | path

Searched refs:extinfo (Results 1 – 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Dextutil.h189 #define XEXT_GENERATE_FIND_DISPLAY(proc,extinfo,extname,hooks,nev,data) \ argument
193 if (!extinfo) { if (!(extinfo = XextCreateExtension())) return NULL; } \
194 if (!(dpyinfo = XextFindDisplay (extinfo, dpy))) \
195 dpyinfo = XextAddDisplay (extinfo,dpy,extname,hooks,nev,data); \
202 #define XEXT_GENERATE_CLOSE_DISPLAY(proc,extinfo) \ argument
205 return XextRemoveDisplay (extinfo, dpy); \