Lines Matching refs:extinfo
124 XExtensionInfo* /* extinfo */,
132 XExtensionInfo* /* extinfo */,
136 XExtensionInfo* /* extinfo */,
155 #define XEXT_GENERATE_FIND_DISPLAY(proc,extinfo,extname,hooks,nev,data) \
159 if (!extinfo) { if (!(extinfo = XextCreateExtension())) return NULL; } \
160 if (!(dpyinfo = XextFindDisplay (extinfo, dpy))) \
161 dpyinfo = XextAddDisplay (extinfo,dpy,extname,hooks,nev,data); \
168 #define XEXT_GENERATE_CLOSE_DISPLAY(proc,extinfo) \
171 return XextRemoveDisplay (extinfo, dpy); \