home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Editores / Perl5 / perl / lib / site / Tk / pTk / Xlib.t < prev   
Encoding:
Text File  |  1997-08-10  |  19.2 KB  |  620 lines

  1. #ifdef _XLIB
  2. #if (defined(__WIN32__) || defined(__PM__)) && !defined(DO_X_EXCLUDE)
  3. #  define DO_X_EXCLUDE
  4. #endif
  5. #ifndef DO_X_EXCLUDE
  6. #ifndef XAllocClassHint
  7. VFUNC(XClassHint *,XAllocClassHint,V_XAllocClassHint,_ANSI_ARGS_((void)))
  8. #endif
  9. #endif /* !DO_X_EXCLUDE */
  10.  
  11. #ifndef XAllocColor
  12. VFUNC(int,XAllocColor,V_XAllocColor,_ANSI_ARGS_((Display *, Colormap, XColor *)))
  13. #endif
  14.  
  15. #ifndef XAllocNamedColor
  16. VFUNC(int,XAllocNamedColor,V_XAllocNamedColor,_ANSI_ARGS_((Display *, Colormap, const char *, XColor *, XColor *)))
  17. #endif
  18.  
  19. #ifndef DO_X_EXCLUDE
  20. #ifndef XAllocSizeHints
  21. VFUNC(XSizeHints *,XAllocSizeHints,V_XAllocSizeHints,_ANSI_ARGS_((void)))
  22. #endif
  23. #endif /* !DO_X_EXCLUDE */
  24.  
  25. #ifndef XBell
  26. VFUNC(int,XBell,V_XBell,_ANSI_ARGS_((Display *, int)))
  27. #endif
  28.  
  29. #ifndef XChangeGC
  30. VFUNC(int,XChangeGC,V_XChangeGC,_ANSI_ARGS_(( Display*, GC, unsigned long, XGCValues *)))
  31. #endif
  32.  
  33. #ifndef XChangeProperty
  34. VFUNC(int,XChangeProperty,V_XChangeProperty,_ANSI_ARGS_((Display *, Window, Atom, Atom, int, int, const unsigned char *, int)))
  35. #endif
  36.  
  37. #ifndef XChangeWindowAttributes
  38. VFUNC(int,XChangeWindowAttributes,V_XChangeWindowAttributes,_ANSI_ARGS_((Display *, Window, long unsigned int, XSetWindowAttributes *)))
  39. #endif
  40.  
  41. #ifndef DO_X_EXCLUDE
  42. #ifndef XCheckIfEvent
  43. VFUNC(int,XCheckIfEvent,V_XCheckIfEvent,_ANSI_ARGS_((Display *, XEvent *, int (*) (Display *, XEvent *, char *), char *)))
  44. #endif
  45. #endif /* !DO_X_EXCLUDE */
  46.  
  47. #ifndef DO_X_EXCLUDE
  48. #ifndef XCheckWindowEvent
  49. VFUNC(int,XCheckWindowEvent,V_XCheckWindowEvent,_ANSI_ARGS_((Display *, Window, long int, XEvent *)))
  50. #endif
  51. #endif /* !DO_X_EXCLUDE */
  52.  
  53. #ifndef XClearWindow
  54. VFUNC(int,XClearWindow,V_XClearWindow,_ANSI_ARGS_((Display *, Window)))
  55. #endif
  56.  
  57. #ifndef DO_X_EXCLUDE
  58. #ifndef XClipBox
  59. VFUNC(int,XClipBox,V_XClipBox,_ANSI_ARGS_((Region, XRectangle *)))
  60. #endif
  61. #endif /* !DO_X_EXCLUDE */
  62.  
  63. #ifndef XConfigureWindow
  64. VFUNC(int,XConfigureWindow,V_XConfigureWindow,_ANSI_ARGS_((Display *, Window, unsigned int, XWindowChanges *)))
  65. #endif
  66.  
  67. #ifndef DO_X_EXCLUDE
  68. #ifndef XConvertSelection
  69. VFUNC(int,XConvertSelection,V_XConvertSelection,_ANSI_ARGS_((Display *, Atom, Atom, Atom, Window, Time)))
  70. #endif
  71. #endif /* !DO_X_EXCLUDE */
  72.  
  73. #ifndef XCopyArea
  74. VFUNC(int,XCopyArea,V_XCopyArea,_ANSI_ARGS_((Display *, Drawable, Drawable, GC, int, int, unsigned int, unsigned int, int, int)))
  75. #endif
  76.  
  77. #ifndef XCopyPlane
  78. VFUNC(int,XCopyPlane,V_XCopyPlane,_ANSI_ARGS_((Display *, Drawable, Drawable, GC, int, int, unsigned int, unsigned int, int, int, long unsigned int)))
  79. #endif
  80.  
  81. #ifndef XCreateBitmapFromData
  82. VFUNC(Pixmap,XCreateBitmapFromData,V_XCreateBitmapFromData,_ANSI_ARGS_((Display *, Drawable, const char *, unsigned int, unsigned int)))
  83. #endif
  84.  
  85. #ifndef XCreateColormap
  86. VFUNC(Colormap,XCreateColormap,V_XCreateColormap,_ANSI_ARGS_((Display *, Window, Visual *, int)))
  87. #endif
  88.  
  89. #ifndef XCreateGC
  90. VFUNC(GC,XCreateGC,V_XCreateGC,_ANSI_ARGS_((Display *, Drawable, long unsigned int, XGCValues *)))
  91. #endif
  92.  
  93. #ifndef XCreateGlyphCursor
  94. VFUNC(Cursor,XCreateGlyphCursor,V_XCreateGlyphCursor,_ANSI_ARGS_((Display *, Font, Font, unsigned int, unsigned int, XColor *, XColor *)))
  95. #endif
  96.  
  97. #ifndef XCreateImage
  98. VFUNC(XImage *,XCreateImage,V_XCreateImage,_ANSI_ARGS_((Display *, Visual *, unsigned int, int, int, char *, unsigned int, unsigned int, int, int)))
  99. #endif
  100.  
  101. #ifndef XCreatePixmapCursor
  102. VFUNC(Cursor,XCreatePixmapCursor,V_XCreatePixmapCursor,_ANSI_ARGS_((Display *, Pixmap, Pixmap, XColor *, XColor *, unsigned int, unsigned int)))
  103. #endif
  104.  
  105. #ifndef DO_X_EXCLUDE
  106. #ifndef XCreateRegion
  107. VFUNC(Region,XCreateRegion,V_XCreateRegion,_ANSI_ARGS_((void)))
  108. #endif
  109. #endif /* !DO_X_EXCLUDE */
  110.  
  111. #ifndef XCreateWindow
  112. VFUNC(Window,XCreateWindow,V_XCreateWindow,_ANSI_ARGS_((Display *, Window, int, int, unsigned int, unsigned int, unsigned int, int, unsigned int, Visual *, long unsigned int, XSetWindowAttributes *)))
  113. #endif
  114.  
  115. #ifndef DO_X_EXCLUDE
  116. #ifndef XDefaultColormap
  117. VFUNC(Colormap,XDefaultColormap,V_XDefaultColormap,_ANSI_ARGS_((Display *, int)))
  118. #endif
  119. #endif /* !DO_X_EXCLUDE */
  120.  
  121. #ifndef DO_X_EXCLUDE
  122. #ifndef XDefaultDepth
  123. VFUNC(int,XDefaultDepth,V_XDefaultDepth,_ANSI_ARGS_((Display *, int)))
  124. #endif
  125. #endif /* !DO_X_EXCLUDE */
  126.  
  127. #ifndef DO_X_EXCLUDE
  128. #ifndef XDefaultScreen
  129. VFUNC(int,XDefaultScreen,V_XDefaultScreen,_ANSI_ARGS_((Display *)))
  130. #endif
  131. #endif /* !DO_X_EXCLUDE */
  132.  
  133. #ifndef DO_X_EXCLUDE
  134. #ifndef XDefaultVisual
  135. VFUNC(Visual *,XDefaultVisual,V_XDefaultVisual,_ANSI_ARGS_((Display *, int)))
  136. #endif
  137. #endif /* !DO_X_EXCLUDE */
  138.  
  139. #ifndef XDefineCursor
  140. VFUNC(int,XDefineCursor,V_XDefineCursor,_ANSI_ARGS_((Display *, Window, Cursor)))
  141. #endif
  142.  
  143. #ifndef XDeleteProperty
  144. VFUNC(int,XDeleteProperty,V_XDeleteProperty,_ANSI_ARGS_((Display *, Window, Atom)))
  145. #endif
  146.  
  147. #ifndef DO_X_EXCLUDE
  148. #ifndef XDestroyRegion
  149. VFUNC(int,XDestroyRegion,V_XDestroyRegion,_ANSI_ARGS_((Region)))
  150. #endif
  151. #endif /* !DO_X_EXCLUDE */
  152.  
  153. #ifndef XDestroyWindow
  154. VFUNC(int,XDestroyWindow,V_XDestroyWindow,_ANSI_ARGS_((Display *, Window)))
  155. #endif
  156.  
  157. #ifndef XDrawArc
  158. VFUNC(int,XDrawArc,V_XDrawArc,_ANSI_ARGS_((Display *, Drawable, GC, int, int, unsigned int, unsigned int, int, int)))
  159. #endif
  160.  
  161. #ifndef DO_X_EXCLUDE
  162. #ifndef XDrawImageString
  163. VFUNC(int,XDrawImageString,V_XDrawImageString,_ANSI_ARGS_((Display *, Drawable, GC, int, int, const char *, int)))
  164. #endif
  165. #endif /* !DO_X_EXCLUDE */
  166.  
  167. #ifndef XDrawLine
  168. VFUNC(int,XDrawLine,V_XDrawLine,_ANSI_ARGS_((Display *, Drawable, GC, int, int, int, int)))
  169. #endif
  170.  
  171. #ifndef XDrawLines
  172. VFUNC(int,XDrawLines,V_XDrawLines,_ANSI_ARGS_((Display *, Drawable, GC, XPoint *, int, int)))
  173. #endif
  174.  
  175. #ifndef XDrawPoints
  176. VFUNC(int,XDrawPoints,V_XDrawPoints,_ANSI_ARGS_(( Display*, Drawable, GC, XPoint*, int, int)))
  177. #endif
  178.  
  179. #ifndef XDrawRectangle
  180. VFUNC(int,XDrawRectangle,V_XDrawRectangle,_ANSI_ARGS_((Display *, Drawable, GC, int, int, unsigned int, unsigned int)))
  181. #endif
  182.  
  183. #ifndef XDrawString
  184. VFUNC(int,XDrawString,V_XDrawString,_ANSI_ARGS_((Display *, Drawable, GC, int, int, const char *, int)))
  185. #endif
  186.  
  187. #ifndef DO_X_EXCLUDE
  188. #ifndef XEventsQueued
  189. VFUNC(int,XEventsQueued,V_XEventsQueued,_ANSI_ARGS_((Display *, int)))
  190. #endif
  191. #endif /* !DO_X_EXCLUDE */
  192.  
  193. #ifndef XFillArc
  194. VFUNC(int,XFillArc,V_XFillArc,_ANSI_ARGS_((Display *, Drawable, GC, int, int, unsigned int, unsigned int, int, int)))
  195. #endif
  196.  
  197. #ifndef XFillPolygon
  198. VFUNC(int,XFillPolygon,V_XFillPolygon,_ANSI_ARGS_((Display *, Drawable, GC, XPoint *, int, int, int)))
  199. #endif
  200.  
  201. #ifndef XFillRectangle
  202. VFUNC(int,XFillRectangle,V_XFillRectangle,_ANSI_ARGS_((Display *, Drawable, GC, int, int, unsigned int, unsigned int)))
  203. #endif
  204.  
  205. #ifndef XFillRectangles
  206. VFUNC(int,XFillRectangles,V_XFillRectangles,_ANSI_ARGS_((Display *, Drawable, GC, XRectangle *, int)))
  207. #endif
  208.  
  209. #ifndef XFlush
  210. VFUNC(int,XFlush,V_XFlush,_ANSI_ARGS_((Display *)))
  211. #endif
  212.  
  213. #ifndef XFree
  214. VFUNC(int,XFree,V_XFree,_ANSI_ARGS_((XFree_arg_t *)))
  215. #endif
  216.  
  217. #ifndef XFreeColormap
  218. VFUNC(int,XFreeColormap,V_XFreeColormap,_ANSI_ARGS_((Display *, Colormap)))
  219. #endif
  220.  
  221. #ifndef XFreeColors
  222. VFUNC(int,XFreeColors,V_XFreeColors,_ANSI_ARGS_((Display *, Colormap, long unsigned int *, int, long unsigned int)))
  223. #endif
  224.  
  225. #ifndef XFreeCursor
  226. VFUNC(int,XFreeCursor,V_XFreeCursor,_ANSI_ARGS_((Display *, Cursor)))
  227. #endif
  228.  
  229. #ifndef XFreeFont
  230. VFUNC(int,XFreeFont,V_XFreeFont,_ANSI_ARGS_((Display *, XFontStruct *)))
  231. #endif
  232.  
  233. #ifndef DO_X_EXCLUDE
  234. #ifndef XFreeFontNames
  235. VFUNC(int,XFreeFontNames,V_XFreeFontNames,_ANSI_ARGS_((char **)))
  236. #endif
  237. #endif /* !DO_X_EXCLUDE */
  238.  
  239. #ifndef XFreeGC
  240. VFUNC(int,XFreeGC,V_XFreeGC,_ANSI_ARGS_((Display *, GC)))
  241. #endif
  242.  
  243. #ifndef XFreeModifiermap
  244. VFUNC(int,XFreeModifiermap,V_XFreeModifiermap,_ANSI_ARGS_((XModifierKeymap *)))
  245. #endif
  246.  
  247. #ifndef XGContextFromGC
  248. VFUNC(GContext,XGContextFromGC,V_XGContextFromGC,_ANSI_ARGS_((GC)))
  249. #endif
  250.  
  251. #ifndef XGetAtomName
  252. VFUNC(char *,XGetAtomName,V_XGetAtomName,_ANSI_ARGS_((Display *, Atom)))
  253. #endif
  254.  
  255. #ifndef XGetFontProperty
  256. VFUNC(int,XGetFontProperty,V_XGetFontProperty,_ANSI_ARGS_((XFontStruct *, Atom, long unsigned int *)))
  257. #endif
  258.  
  259. #ifndef XGetGeometry
  260. VFUNC(int,XGetGeometry,V_XGetGeometry,_ANSI_ARGS_((Display *, Drawable, Window *, int *, int *, unsigned int *, unsigned int *, unsigned int *, unsigned int *)))
  261. #endif
  262.  
  263. #ifndef XGetImage
  264. VFUNC(XImage *,XGetImage,V_XGetImage,_ANSI_ARGS_((Display *, Drawable, int, int, unsigned int, unsigned int, long unsigned int, int)))
  265. #endif
  266.  
  267. #ifndef XGetInputFocus
  268. VFUNC(int,XGetInputFocus,V_XGetInputFocus,_ANSI_ARGS_((Display *, Window *, int *)))
  269. #endif
  270.  
  271. #ifndef XGetModifierMapping
  272. VFUNC(XModifierKeymap *,XGetModifierMapping,V_XGetModifierMapping,_ANSI_ARGS_((Display *)))
  273. #endif
  274.  
  275. #ifndef DO_X_EXCLUDE
  276. #ifndef XGetSelectionOwner
  277. VFUNC(Window,XGetSelectionOwner,V_XGetSelectionOwner,_ANSI_ARGS_((Display *, Atom)))
  278. #endif
  279. #endif /* !DO_X_EXCLUDE */
  280.  
  281. #ifndef XGetVisualInfo
  282. VFUNC(XVisualInfo *,XGetVisualInfo,V_XGetVisualInfo,_ANSI_ARGS_((Display *, long int, XVisualInfo *, int *)))
  283. #endif
  284.  
  285. #ifndef XGetWMColormapWindows
  286. VFUNC(int,XGetWMColormapWindows,V_XGetWMColormapWindows,_ANSI_ARGS_((Display *, Window, Window **, int *)))
  287. #endif
  288.  
  289. #ifndef XGetWindowAttributes
  290. VFUNC(int,XGetWindowAttributes,V_XGetWindowAttributes,_ANSI_ARGS_((Display *, Window, XWindowAttributes *)))
  291. #endif
  292.  
  293. #ifndef XGetWindowProperty
  294. VFUNC(int,XGetWindowProperty,V_XGetWindowProperty,_ANSI_ARGS_((Display *, Window, Atom, long int, long int, int, Atom, Atom *, int *, long unsigned int *, long unsigned int *, unsigned char **)))
  295. #endif
  296.  
  297. #ifndef XGrabKeyboard
  298. VFUNC(int,XGrabKeyboard,V_XGrabKeyboard,_ANSI_ARGS_((Display *, Window, int, int, int, Time)))
  299. #endif
  300.  
  301. #ifndef XGrabPointer
  302. VFUNC(int,XGrabPointer,V_XGrabPointer,_ANSI_ARGS_((Display *, Window, int, unsigned int, int, int, Window, Cursor, Time)))
  303. #endif
  304.  
  305. #ifndef XGrabServer
  306. VFUNC(int,XGrabServer,V_XGrabServer,_ANSI_ARGS_((Display *)))
  307. #endif
  308.  
  309. #ifndef XIconifyWindow
  310. VFUNC(int,XIconifyWindow,V_XIconifyWindow,_ANSI_ARGS_((Display *, Window, int)))
  311. #endif
  312.  
  313. #ifndef XInternAtom
  314. VFUNC(Atom,XInternAtom,V_XInternAtom,_ANSI_ARGS_((Display *, const char *, int)))
  315. #endif
  316.  
  317. #ifndef DO_X_EXCLUDE
  318. #ifndef XIntersectRegion
  319. VFUNC(int,XIntersectRegion,V_XIntersectRegion,_ANSI_ARGS_((Region, Region, Region)))
  320. #endif
  321. #endif /* !DO_X_EXCLUDE */
  322.  
  323. #ifndef XKeycodeToKeysym
  324. VFUNC(KeySym,XKeycodeToKeysym,V_XKeycodeToKeysym,_ANSI_ARGS_((Display *, unsigned int, int)))
  325. #endif
  326.  
  327. #ifndef XKeysymToString
  328. VFUNC(char *,XKeysymToString,V_XKeysymToString,_ANSI_ARGS_((KeySym)))
  329. #endif
  330.  
  331. #ifndef DO_X_EXCLUDE
  332. #ifndef XListFonts
  333. VFUNC(char **,XListFonts,V_XListFonts,_ANSI_ARGS_(( Display*, const char *, int, int *)))
  334. #endif
  335. #endif /* !DO_X_EXCLUDE */
  336.  
  337. #ifndef XListHosts
  338. VFUNC(XHostAddress *,XListHosts,V_XListHosts,_ANSI_ARGS_((Display *, int *, int *)))
  339. #endif
  340.  
  341. #ifndef DO_X_EXCLUDE
  342. #ifndef XListProperties
  343. VFUNC(Atom *,XListProperties,V_XListProperties,_ANSI_ARGS_((Display *, Window, int *)))
  344. #endif
  345. #endif /* !DO_X_EXCLUDE */
  346.  
  347. #ifndef XLoadFont
  348. VFUNC(Font,XLoadFont,V_XLoadFont,_ANSI_ARGS_((Display *, const char *)))
  349. #endif
  350.  
  351. #ifndef XLoadQueryFont
  352. VFUNC(XFontStruct *,XLoadQueryFont,V_XLoadQueryFont,_ANSI_ARGS_((Display *, const char *)))
  353. #endif
  354.  
  355. #ifndef XLookupColor
  356. VFUNC(int,XLookupColor,V_XLookupColor,_ANSI_ARGS_((Display *, Colormap, const char *, XColor *, XColor *)))
  357. #endif
  358.  
  359. #ifndef XLookupString
  360. VFUNC(int,XLookupString,V_XLookupString,_ANSI_ARGS_((XKeyEvent *, char *, int, KeySym *, XComposeStatus *)))
  361. #endif
  362.  
  363. #ifndef XLowerWindow
  364. VFUNC(int,XLowerWindow,V_XLowerWindow,_ANSI_ARGS_((Display *, Window)))
  365. #endif
  366.  
  367. #ifndef XMapWindow
  368. VFUNC(int,XMapWindow,V_XMapWindow,_ANSI_ARGS_((Display *, Window)))
  369. #endif
  370.  
  371. #ifndef XMoveResizeWindow
  372. VFUNC(int,XMoveResizeWindow,V_XMoveResizeWindow,_ANSI_ARGS_((Display *, Window, int, int, unsigned int, unsigned int)))
  373. #endif
  374.  
  375. #ifndef XMoveWindow
  376. VFUNC(int,XMoveWindow,V_XMoveWindow,_ANSI_ARGS_((Display *, Window, int, int)))
  377. #endif
  378.  
  379. #ifndef XNextEvent
  380. VFUNC(int,XNextEvent,V_XNextEvent,_ANSI_ARGS_((Display *, XEvent *)))
  381. #endif
  382.  
  383. #ifndef XNoOp
  384. VFUNC(int,XNoOp,V_XNoOp,_ANSI_ARGS_((Display *)))
  385. #endif
  386.  
  387. #ifndef XOpenDisplay
  388. VFUNC(Display *,XOpenDisplay,V_XOpenDisplay,_ANSI_ARGS_((const char *)))
  389. #endif
  390.  
  391. #ifndef XParseColor
  392. VFUNC(int,XParseColor,V_XParseColor,_ANSI_ARGS_((Display *, Colormap, const char *, XColor *)))
  393. #endif
  394.  
  395. #ifndef XPutBackEvent
  396. VFUNC(int,XPutBackEvent,V_XPutBackEvent,_ANSI_ARGS_((Display *, XEvent *)))
  397. #endif
  398.  
  399. #ifndef DO_X_EXCLUDE
  400. #ifndef XPutImage
  401. VFUNC(int,XPutImage,V_XPutImage,_ANSI_ARGS_((Display *, Drawable, GC, XImage *, int, int, int, int, unsigned int, unsigned int)))
  402. #endif
  403. #endif /* !DO_X_EXCLUDE */
  404.  
  405. #ifndef XQueryColors
  406. VFUNC(int,XQueryColors,V_XQueryColors,_ANSI_ARGS_((Display *, Colormap, XColor *, int)))
  407. #endif
  408.  
  409. #ifndef XQueryPointer
  410. VFUNC(int,XQueryPointer,V_XQueryPointer,_ANSI_ARGS_((Display *, Window, Window *, Window *, int *, int *, int *, int *, unsigned int *)))
  411. #endif
  412.  
  413. #ifndef XQueryTree
  414. VFUNC(int,XQueryTree,V_XQueryTree,_ANSI_ARGS_((Display *, Window, Window *, Window *, Window **, unsigned int *)))
  415. #endif
  416.  
  417. #ifndef XRaiseWindow
  418. VFUNC(int,XRaiseWindow,V_XRaiseWindow,_ANSI_ARGS_((Display *, Window)))
  419. #endif
  420.  
  421. #ifndef XReadBitmapFile
  422. VFUNC(int,XReadBitmapFile,V_XReadBitmapFile,_ANSI_ARGS_((Display *, Drawable, const char *, unsigned int *, unsigned int *, Pixmap *, int *, int *)))
  423. #endif
  424.  
  425. #ifndef XRefreshKeyboardMapping
  426. VFUNC(int,XRefreshKeyboardMapping,V_XRefreshKeyboardMapping,_ANSI_ARGS_((XMappingEvent *)))
  427. #endif
  428.  
  429. #ifndef XResizeWindow
  430. VFUNC(int,XResizeWindow,V_XResizeWindow,_ANSI_ARGS_((Display *, Window, unsigned int, unsigned int)))
  431. #endif
  432.  
  433. #ifndef XRootWindow
  434. VFUNC(Window,XRootWindow,V_XRootWindow,_ANSI_ARGS_((Display *, int)))
  435. #endif
  436.  
  437. #ifndef XSelectInput
  438. VFUNC(int,XSelectInput,V_XSelectInput,_ANSI_ARGS_((Display *, Window, long int)))
  439. #endif
  440.  
  441. #ifndef XSendEvent
  442. VFUNC(int,XSendEvent,V_XSendEvent,_ANSI_ARGS_((Display *, Window, int, long int, XEvent *)))
  443. #endif
  444.  
  445. #ifndef XSetBackground
  446. VFUNC(int,XSetBackground,V_XSetBackground,_ANSI_ARGS_((Display *, GC, unsigned long)))
  447. #endif
  448.  
  449. #ifndef DO_X_EXCLUDE
  450. #ifndef XSetClassHint
  451. VFUNC(int,XSetClassHint,V_XSetClassHint,_ANSI_ARGS_((Display *, Window, XClassHint *)))
  452. #endif
  453. #endif /* !DO_X_EXCLUDE */
  454.  
  455. #ifndef XSetClipMask
  456. VFUNC(int,XSetClipMask,V_XSetClipMask,_ANSI_ARGS_((Display *, GC, Pixmap)))
  457. #endif
  458.  
  459. #ifndef XSetClipOrigin
  460. VFUNC(int,XSetClipOrigin,V_XSetClipOrigin,_ANSI_ARGS_((Display *, GC, int, int)))
  461. #endif
  462.  
  463. #ifndef XSetCommand
  464. VFUNC(int,XSetCommand,V_XSetCommand,_ANSI_ARGS_((Display *, Window, char **, int)))
  465. #endif
  466.  
  467. #ifndef XSetErrorHandler
  468. VFUNC(XErrorHandler,XSetErrorHandler,V_XSetErrorHandler,_ANSI_ARGS_((XErrorHandler)))
  469. #endif
  470.  
  471. #ifndef XSetForeground
  472. VFUNC(int,XSetForeground,V_XSetForeground,_ANSI_ARGS_((Display *, GC, long unsigned int)))
  473. #endif
  474.  
  475. #ifndef XSetIconName
  476. VFUNC(int,XSetIconName,V_XSetIconName,_ANSI_ARGS_((Display *, Window, const char *)))
  477. #endif
  478.  
  479. #ifndef XSetInputFocus
  480. VFUNC(int,XSetInputFocus,V_XSetInputFocus,_ANSI_ARGS_((Display *, Window, int, Time)))
  481. #endif
  482.  
  483. #ifndef DO_X_EXCLUDE
  484. #ifndef XSetRegion
  485. VFUNC(int,XSetRegion,V_XSetRegion,_ANSI_ARGS_((Display *, GC, Region)))
  486. #endif
  487. #endif /* !DO_X_EXCLUDE */
  488.  
  489. #ifndef XSetSelectionOwner
  490. VFUNC(int,XSetSelectionOwner,V_XSetSelectionOwner,_ANSI_ARGS_((Display *, Atom, Window, Time)))
  491. #endif
  492.  
  493. #ifndef XSetTSOrigin
  494. VFUNC(int,XSetTSOrigin,V_XSetTSOrigin,_ANSI_ARGS_((Display *, GC, int, int)))
  495. #endif
  496.  
  497. #ifndef XSetTransientForHint
  498. VFUNC(int,XSetTransientForHint,V_XSetTransientForHint,_ANSI_ARGS_((Display *, Window, Window)))
  499. #endif
  500.  
  501. #ifndef XSetWMClientMachine
  502. VFUNC(void,XSetWMClientMachine,V_XSetWMClientMachine,_ANSI_ARGS_((Display *, Window, XTextProperty *)))
  503. #endif
  504.  
  505. #ifndef XSetWMColormapWindows
  506. VFUNC(int,XSetWMColormapWindows,V_XSetWMColormapWindows,_ANSI_ARGS_((Display *, Window, Window *, int)))
  507. #endif
  508.  
  509. #ifndef DO_X_EXCLUDE
  510. #ifndef XSetWMHints
  511. VFUNC(int,XSetWMHints,V_XSetWMHints,_ANSI_ARGS_((Display *, Window, XWMHints *)))
  512. #endif
  513. #endif /* !DO_X_EXCLUDE */
  514.  
  515. #ifndef DO_X_EXCLUDE
  516. #ifndef XSetWMName
  517. VFUNC(void,XSetWMName,V_XSetWMName,_ANSI_ARGS_((Display *, Window, XTextProperty *)))
  518. #endif
  519. #endif /* !DO_X_EXCLUDE */
  520.  
  521. #ifndef DO_X_EXCLUDE
  522. #ifndef XSetWMNormalHints
  523. VFUNC(void,XSetWMNormalHints,V_XSetWMNormalHints,_ANSI_ARGS_((Display *, Window, XSizeHints *)))
  524. #endif
  525. #endif /* !DO_X_EXCLUDE */
  526.  
  527. #ifndef XSetWindowBackground
  528. VFUNC(int,XSetWindowBackground,V_XSetWindowBackground,_ANSI_ARGS_((Display *, Window, long unsigned int)))
  529. #endif
  530.  
  531. #ifndef XSetWindowBackgroundPixmap
  532. VFUNC(int,XSetWindowBackgroundPixmap,V_XSetWindowBackgroundPixmap,_ANSI_ARGS_((Display *, Window, Pixmap)))
  533. #endif
  534.  
  535. #ifndef XSetWindowBorder
  536. VFUNC(int,XSetWindowBorder,V_XSetWindowBorder,_ANSI_ARGS_((Display *, Window, long unsigned int)))
  537. #endif
  538.  
  539. #ifndef XSetWindowBorderPixmap
  540. VFUNC(int,XSetWindowBorderPixmap,V_XSetWindowBorderPixmap,_ANSI_ARGS_((Display *, Window, Pixmap)))
  541. #endif
  542.  
  543. #ifndef XSetWindowBorderWidth
  544. VFUNC(int,XSetWindowBorderWidth,V_XSetWindowBorderWidth,_ANSI_ARGS_((Display *, Window, unsigned int)))
  545. #endif
  546.  
  547. #ifndef XSetWindowColormap
  548. VFUNC(int,XSetWindowColormap,V_XSetWindowColormap,_ANSI_ARGS_((Display *, Window, Colormap)))
  549. #endif
  550.  
  551. #ifndef XStringListToTextProperty
  552. VFUNC(int,XStringListToTextProperty,V_XStringListToTextProperty,_ANSI_ARGS_((char **, int, XTextProperty *)))
  553. #endif
  554.  
  555. #ifndef XStringToKeysym
  556. VFUNC(KeySym,XStringToKeysym,V_XStringToKeysym,_ANSI_ARGS_((const char *)))
  557. #endif
  558.  
  559. #ifndef XSync
  560. VFUNC(int,XSync,V_XSync,_ANSI_ARGS_((Display *, int)))
  561. #endif
  562.  
  563. #ifndef XTextExtents
  564. VFUNC(int,XTextExtents,V_XTextExtents,_ANSI_ARGS_((XFontStruct *, const char *, int, int *, int *, int *, XCharStruct *)))
  565. #endif
  566.  
  567. #ifndef XTextWidth
  568. VFUNC(int,XTextWidth,V_XTextWidth,_ANSI_ARGS_((XFontStruct *, const char *, int)))
  569. #endif
  570.  
  571. #ifndef XTranslateCoordinates
  572. VFUNC(int,XTranslateCoordinates,V_XTranslateCoordinates,_ANSI_ARGS_((Display *, Window, Window, int, int, int *, int *, Window *)))
  573. #endif
  574.  
  575. #ifndef XUngrabKeyboard
  576. VFUNC(int,XUngrabKeyboard,V_XUngrabKeyboard,_ANSI_ARGS_((Display *, Time)))
  577. #endif
  578.  
  579. #ifndef XUngrabPointer
  580. VFUNC(int,XUngrabPointer,V_XUngrabPointer,_ANSI_ARGS_((Display *, Time)))
  581. #endif
  582.  
  583. #ifndef XUngrabServer
  584. VFUNC(int,XUngrabServer,V_XUngrabServer,_ANSI_ARGS_((Display *)))
  585. #endif
  586.  
  587. #ifndef DO_X_EXCLUDE
  588. #ifndef XUnionRectWithRegion
  589. VFUNC(int,XUnionRectWithRegion,V_XUnionRectWithRegion,_ANSI_ARGS_((XRectangle *, Region, Region)))
  590. #endif
  591. #endif /* !DO_X_EXCLUDE */
  592.  
  593. #ifndef XUnmapWindow
  594. VFUNC(int,XUnmapWindow,V_XUnmapWindow,_ANSI_ARGS_((Display *, Window)))
  595. #endif
  596.  
  597. #ifndef XVisualIDFromVisual
  598. VFUNC(VisualID,XVisualIDFromVisual,V_XVisualIDFromVisual,_ANSI_ARGS_((Visual *)))
  599. #endif
  600.  
  601. #ifndef DO_X_EXCLUDE
  602. #ifndef XWarpPointer
  603. VFUNC(int,XWarpPointer,V_XWarpPointer,_ANSI_ARGS_(( Display *, Window, Window, int, int, unsigned int, unsigned int, int, int )))
  604. #endif
  605. #endif /* !DO_X_EXCLUDE */
  606.  
  607. #ifndef XWindowEvent
  608. VFUNC(int,XWindowEvent,V_XWindowEvent,_ANSI_ARGS_((Display *, Window, long int, XEvent *)))
  609. #endif
  610.  
  611. #ifndef XWithdrawWindow
  612. VFUNC(int,XWithdrawWindow,V_XWithdrawWindow,_ANSI_ARGS_((Display *, Window, int)))
  613. #endif
  614.  
  615. #ifndef _XInitImageFuncPtrs
  616. VFUNC(int,_XInitImageFuncPtrs,V__XInitImageFuncPtrs,_ANSI_ARGS_((XImage *image)))
  617. #endif
  618.  
  619. #endif /* _XLIB */
  620.