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

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