/[dtapublic]/projs/ets/trunk/src/c_tk_base_7_5_w_mods/tkintxlibdecls.h
ViewVC logotype

Diff of /projs/ets/trunk/src/c_tk_base_7_5_w_mods/tkintxlibdecls.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 69 by dashley, Sat Nov 5 10:54:17 2016 UTC revision 71 by dashley, Sat Nov 5 11:07:06 2016 UTC
# Line 1  Line 1 
1  /* $Header$ */  /* $Header$ */
2    
3  /*  /*
4   * tkIntXlibDecls.h --   * tkIntXlibDecls.h --
5   *   *
6   *      This file contains the declarations for all platform dependent   *      This file contains the declarations for all platform dependent
7   *      unsupported functions that are exported by the Tk library.  These   *      unsupported functions that are exported by the Tk library.  These
8   *      interfaces are not guaranteed to remain the same between   *      interfaces are not guaranteed to remain the same between
9   *      versions.  Use at your own risk.   *      versions.  Use at your own risk.
10   *   *
11   * Copyright (c) 1998-1999 by Scriptics Corporation.   * Copyright (c) 1998-1999 by Scriptics Corporation.
12   * All rights reserved.   * All rights reserved.
13   *   *
14   * RCS: @(#) $Id: tkintxlibdecls.h,v 1.1.1.1 2001/06/13 05:04:31 dtashley Exp $   * RCS: @(#) $Id: tkintxlibdecls.h,v 1.1.1.1 2001/06/13 05:04:31 dtashley Exp $
15   */   */
16    
17  #ifndef _TKINTXLIBDECLS  #ifndef _TKINTXLIBDECLS
18  #define _TKINTXLIBDECLS  #define _TKINTXLIBDECLS
19    
20  #ifdef MAC_TCL  #ifdef MAC_TCL
21  #include "Xutil.h"  #include "Xutil.h"
22  #else  #else
23  #include "Xutil.h"  #include "Xutil.h"
24  #endif  #endif
25    
26  #ifdef BUILD_tk  #ifdef BUILD_tk
27  #undef TCL_STORAGE_CLASS  #undef TCL_STORAGE_CLASS
28  #define TCL_STORAGE_CLASS DLLEXPORT  #define TCL_STORAGE_CLASS DLLEXPORT
29  #endif  #endif
30    
31  /*  /*
32   * WARNING: This file is automatically generated by the tools/genStubs.tcl   * WARNING: This file is automatically generated by the tools/genStubs.tcl
33   * script.  Any modifications to the function declarations below should be made   * script.  Any modifications to the function declarations below should be made
34   * in the generic/tkInt.decls script.   * in the generic/tkInt.decls script.
35   */   */
36    
37  /* !BEGIN!: Do not edit below this line. */  /* !BEGIN!: Do not edit below this line. */
38    
39  /*  /*
40   * Exported function declarations:   * Exported function declarations:
41   */   */
42    
43  #ifdef __WIN32__  #ifdef __WIN32__
44  /* 0 */  /* 0 */
45  extern void             XSetDashes _ANSI_ARGS_((Display* display, GC gc,  extern void             XSetDashes _ANSI_ARGS_((Display* display, GC gc,
46                                  int dash_offset, _Xconst char* dash_list,                                  int dash_offset, _Xconst char* dash_list,
47                                  int n));                                  int n));
48  /* 1 */  /* 1 */
49  extern XModifierKeymap*  XGetModifierMapping _ANSI_ARGS_((Display* d));  extern XModifierKeymap*  XGetModifierMapping _ANSI_ARGS_((Display* d));
50  /* 2 */  /* 2 */
51  extern XImage *         XCreateImage _ANSI_ARGS_((Display* d, Visual* v,  extern XImage *         XCreateImage _ANSI_ARGS_((Display* d, Visual* v,
52                                  unsigned int ui1, int i1, int i2, char* cp,                                  unsigned int ui1, int i1, int i2, char* cp,
53                                  unsigned int ui2, unsigned int ui3, int i3,                                  unsigned int ui2, unsigned int ui3, int i3,
54                                  int i4));                                  int i4));
55  /* 3 */  /* 3 */
56  extern XImage *         XGetImage _ANSI_ARGS_((Display* d, Drawable dr,  extern XImage *         XGetImage _ANSI_ARGS_((Display* d, Drawable dr,
57                                  int i1, int i2, unsigned int ui1,                                  int i1, int i2, unsigned int ui1,
58                                  unsigned int ui2, unsigned long ul, int i3));                                  unsigned int ui2, unsigned long ul, int i3));
59  /* 4 */  /* 4 */
60  extern char *           XGetAtomName _ANSI_ARGS_((Display* d, Atom a));  extern char *           XGetAtomName _ANSI_ARGS_((Display* d, Atom a));
61  /* 5 */  /* 5 */
62  extern char *           XKeysymToString _ANSI_ARGS_((KeySym k));  extern char *           XKeysymToString _ANSI_ARGS_((KeySym k));
63  /* 6 */  /* 6 */
64  extern Colormap         XCreateColormap _ANSI_ARGS_((Display* d, Window w,  extern Colormap         XCreateColormap _ANSI_ARGS_((Display* d, Window w,
65                                  Visual* v, int i));                                  Visual* v, int i));
66  /* 7 */  /* 7 */
67  extern Cursor           XCreatePixmapCursor _ANSI_ARGS_((Display* d,  extern Cursor           XCreatePixmapCursor _ANSI_ARGS_((Display* d,
68                                  Pixmap p1, Pixmap p2, XColor* x1, XColor* x2,                                  Pixmap p1, Pixmap p2, XColor* x1, XColor* x2,
69                                  unsigned int ui1, unsigned int ui2));                                  unsigned int ui1, unsigned int ui2));
70  /* 8 */  /* 8 */
71  extern Cursor           XCreateGlyphCursor _ANSI_ARGS_((Display* d, Font f1,  extern Cursor           XCreateGlyphCursor _ANSI_ARGS_((Display* d, Font f1,
72                                  Font f2, unsigned int ui1, unsigned int ui2,                                  Font f2, unsigned int ui1, unsigned int ui2,
73                                  XColor* x1, XColor* x2));                                  XColor* x1, XColor* x2));
74  /* 9 */  /* 9 */
75  extern GContext         XGContextFromGC _ANSI_ARGS_((GC g));  extern GContext         XGContextFromGC _ANSI_ARGS_((GC g));
76  /* 10 */  /* 10 */
77  extern XHostAddress *   XListHosts _ANSI_ARGS_((Display* d, int* i, Bool* b));  extern XHostAddress *   XListHosts _ANSI_ARGS_((Display* d, int* i, Bool* b));
78  /* 11 */  /* 11 */
79  extern KeySym           XKeycodeToKeysym _ANSI_ARGS_((Display* d,  extern KeySym           XKeycodeToKeysym _ANSI_ARGS_((Display* d,
80                                  unsigned int k, int i));                                  unsigned int k, int i));
81  /* 12 */  /* 12 */
82  extern KeySym           XStringToKeysym _ANSI_ARGS_((_Xconst char* c));  extern KeySym           XStringToKeysym _ANSI_ARGS_((_Xconst char* c));
83  /* 13 */  /* 13 */
84  extern Window           XRootWindow _ANSI_ARGS_((Display* d, int i));  extern Window           XRootWindow _ANSI_ARGS_((Display* d, int i));
85  /* 14 */  /* 14 */
86  extern XErrorHandler    XSetErrorHandler _ANSI_ARGS_((XErrorHandler x));  extern XErrorHandler    XSetErrorHandler _ANSI_ARGS_((XErrorHandler x));
87  /* 15 */  /* 15 */
88  extern Status           XIconifyWindow _ANSI_ARGS_((Display* d, Window w,  extern Status           XIconifyWindow _ANSI_ARGS_((Display* d, Window w,
89                                  int i));                                  int i));
90  /* 16 */  /* 16 */
91  extern Status           XWithdrawWindow _ANSI_ARGS_((Display* d, Window w,  extern Status           XWithdrawWindow _ANSI_ARGS_((Display* d, Window w,
92                                  int i));                                  int i));
93  /* 17 */  /* 17 */
94  extern Status           XGetWMColormapWindows _ANSI_ARGS_((Display* d,  extern Status           XGetWMColormapWindows _ANSI_ARGS_((Display* d,
95                                  Window w, Window** wpp, int* ip));                                  Window w, Window** wpp, int* ip));
96  /* 18 */  /* 18 */
97  extern Status           XAllocColor _ANSI_ARGS_((Display* d, Colormap c,  extern Status           XAllocColor _ANSI_ARGS_((Display* d, Colormap c,
98                                  XColor* xp));                                  XColor* xp));
99  /* 19 */  /* 19 */
100  extern void             XBell _ANSI_ARGS_((Display* d, int i));  extern void             XBell _ANSI_ARGS_((Display* d, int i));
101  /* 20 */  /* 20 */
102  extern void             XChangeProperty _ANSI_ARGS_((Display* d, Window w,  extern void             XChangeProperty _ANSI_ARGS_((Display* d, Window w,
103                                  Atom a1, Atom a2, int i1, int i2,                                  Atom a1, Atom a2, int i1, int i2,
104                                  _Xconst unsigned char* c, int i3));                                  _Xconst unsigned char* c, int i3));
105  /* 21 */  /* 21 */
106  extern void             XChangeWindowAttributes _ANSI_ARGS_((Display* d,  extern void             XChangeWindowAttributes _ANSI_ARGS_((Display* d,
107                                  Window w, unsigned long ul,                                  Window w, unsigned long ul,
108                                  XSetWindowAttributes* x));                                  XSetWindowAttributes* x));
109  /* 22 */  /* 22 */
110  extern void             XClearWindow _ANSI_ARGS_((Display* d, Window w));  extern void             XClearWindow _ANSI_ARGS_((Display* d, Window w));
111  /* 23 */  /* 23 */
112  extern void             XConfigureWindow _ANSI_ARGS_((Display* d, Window w,  extern void             XConfigureWindow _ANSI_ARGS_((Display* d, Window w,
113                                  unsigned int i, XWindowChanges* x));                                  unsigned int i, XWindowChanges* x));
114  /* 24 */  /* 24 */
115  extern void             XCopyArea _ANSI_ARGS_((Display* d, Drawable dr1,  extern void             XCopyArea _ANSI_ARGS_((Display* d, Drawable dr1,
116                                  Drawable dr2, GC g, int i1, int i2,                                  Drawable dr2, GC g, int i1, int i2,
117                                  unsigned int ui1, unsigned int ui2, int i3,                                  unsigned int ui1, unsigned int ui2, int i3,
118                                  int i4));                                  int i4));
119  /* 25 */  /* 25 */
120  extern void             XCopyPlane _ANSI_ARGS_((Display* d, Drawable dr1,  extern void             XCopyPlane _ANSI_ARGS_((Display* d, Drawable dr1,
121                                  Drawable dr2, GC g, int i1, int i2,                                  Drawable dr2, GC g, int i1, int i2,
122                                  unsigned int ui1, unsigned int ui2, int i3,                                  unsigned int ui1, unsigned int ui2, int i3,
123                                  int i4, unsigned long ul));                                  int i4, unsigned long ul));
124  /* 26 */  /* 26 */
125  extern Pixmap           XCreateBitmapFromData _ANSI_ARGS_((Display* display,  extern Pixmap           XCreateBitmapFromData _ANSI_ARGS_((Display* display,
126                                  Drawable d, _Xconst char* data,                                  Drawable d, _Xconst char* data,
127                                  unsigned int width, unsigned int height));                                  unsigned int width, unsigned int height));
128  /* 27 */  /* 27 */
129  extern void             XDefineCursor _ANSI_ARGS_((Display* d, Window w,  extern void             XDefineCursor _ANSI_ARGS_((Display* d, Window w,
130                                  Cursor c));                                  Cursor c));
131  /* 28 */  /* 28 */
132  extern void             XDeleteProperty _ANSI_ARGS_((Display* d, Window w,  extern void             XDeleteProperty _ANSI_ARGS_((Display* d, Window w,
133                                  Atom a));                                  Atom a));
134  /* 29 */  /* 29 */
135  extern void             XDestroyWindow _ANSI_ARGS_((Display* d, Window w));  extern void             XDestroyWindow _ANSI_ARGS_((Display* d, Window w));
136  /* 30 */  /* 30 */
137  extern void             XDrawArc _ANSI_ARGS_((Display* d, Drawable dr, GC g,  extern void             XDrawArc _ANSI_ARGS_((Display* d, Drawable dr, GC g,
138                                  int i1, int i2, unsigned int ui1,                                  int i1, int i2, unsigned int ui1,
139                                  unsigned int ui2, int i3, int i4));                                  unsigned int ui2, int i3, int i4));
140  /* 31 */  /* 31 */
141  extern void             XDrawLines _ANSI_ARGS_((Display* d, Drawable dr,  extern void             XDrawLines _ANSI_ARGS_((Display* d, Drawable dr,
142                                  GC g, XPoint* x, int i1, int i2));                                  GC g, XPoint* x, int i1, int i2));
143  /* 32 */  /* 32 */
144  extern void             XDrawRectangle _ANSI_ARGS_((Display* d, Drawable dr,  extern void             XDrawRectangle _ANSI_ARGS_((Display* d, Drawable dr,
145                                  GC g, int i1, int i2, unsigned int ui1,                                  GC g, int i1, int i2, unsigned int ui1,
146                                  unsigned int ui2));                                  unsigned int ui2));
147  /* 33 */  /* 33 */
148  extern void             XFillArc _ANSI_ARGS_((Display* d, Drawable dr, GC g,  extern void             XFillArc _ANSI_ARGS_((Display* d, Drawable dr, GC g,
149                                  int i1, int i2, unsigned int ui1,                                  int i1, int i2, unsigned int ui1,
150                                  unsigned int ui2, int i3, int i4));                                  unsigned int ui2, int i3, int i4));
151  /* 34 */  /* 34 */
152  extern void             XFillPolygon _ANSI_ARGS_((Display* d, Drawable dr,  extern void             XFillPolygon _ANSI_ARGS_((Display* d, Drawable dr,
153                                  GC g, XPoint* x, int i1, int i2, int i3));                                  GC g, XPoint* x, int i1, int i2, int i3));
154  /* 35 */  /* 35 */
155  extern void             XFillRectangles _ANSI_ARGS_((Display* d, Drawable dr,  extern void             XFillRectangles _ANSI_ARGS_((Display* d, Drawable dr,
156                                  GC g, XRectangle* x, int i));                                  GC g, XRectangle* x, int i));
157  /* 36 */  /* 36 */
158  extern void             XForceScreenSaver _ANSI_ARGS_((Display* d, int i));  extern void             XForceScreenSaver _ANSI_ARGS_((Display* d, int i));
159  /* 37 */  /* 37 */
160  extern void             XFreeColormap _ANSI_ARGS_((Display* d, Colormap c));  extern void             XFreeColormap _ANSI_ARGS_((Display* d, Colormap c));
161  /* 38 */  /* 38 */
162  extern void             XFreeColors _ANSI_ARGS_((Display* d, Colormap c,  extern void             XFreeColors _ANSI_ARGS_((Display* d, Colormap c,
163                                  unsigned long* ulp, int i, unsigned long ul));                                  unsigned long* ulp, int i, unsigned long ul));
164  /* 39 */  /* 39 */
165  extern void             XFreeCursor _ANSI_ARGS_((Display* d, Cursor c));  extern void             XFreeCursor _ANSI_ARGS_((Display* d, Cursor c));
166  /* 40 */  /* 40 */
167  extern void             XFreeModifiermap _ANSI_ARGS_((XModifierKeymap* x));  extern void             XFreeModifiermap _ANSI_ARGS_((XModifierKeymap* x));
168  /* 41 */  /* 41 */
169  extern Status           XGetGeometry _ANSI_ARGS_((Display* d, Drawable dr,  extern Status           XGetGeometry _ANSI_ARGS_((Display* d, Drawable dr,
170                                  Window* w, int* i1, int* i2,                                  Window* w, int* i1, int* i2,
171                                  unsigned int* ui1, unsigned int* ui2,                                  unsigned int* ui1, unsigned int* ui2,
172                                  unsigned int* ui3, unsigned int* ui4));                                  unsigned int* ui3, unsigned int* ui4));
173  /* 42 */  /* 42 */
174  extern void             XGetInputFocus _ANSI_ARGS_((Display* d, Window* w,  extern void             XGetInputFocus _ANSI_ARGS_((Display* d, Window* w,
175                                  int* i));                                  int* i));
176  /* 43 */  /* 43 */
177  extern int              XGetWindowProperty _ANSI_ARGS_((Display* d, Window w,  extern int              XGetWindowProperty _ANSI_ARGS_((Display* d, Window w,
178                                  Atom a1, long l1, long l2, Bool b, Atom a2,                                  Atom a1, long l1, long l2, Bool b, Atom a2,
179                                  Atom* ap, int* ip, unsigned long* ulp1,                                  Atom* ap, int* ip, unsigned long* ulp1,
180                                  unsigned long* ulp2, unsigned char** cpp));                                  unsigned long* ulp2, unsigned char** cpp));
181  /* 44 */  /* 44 */
182  extern Status           XGetWindowAttributes _ANSI_ARGS_((Display* d,  extern Status           XGetWindowAttributes _ANSI_ARGS_((Display* d,
183                                  Window w, XWindowAttributes* x));                                  Window w, XWindowAttributes* x));
184  /* 45 */  /* 45 */
185  extern int              XGrabKeyboard _ANSI_ARGS_((Display* d, Window w,  extern int              XGrabKeyboard _ANSI_ARGS_((Display* d, Window w,
186                                  Bool b, int i1, int i2, Time t));                                  Bool b, int i1, int i2, Time t));
187  /* 46 */  /* 46 */
188  extern int              XGrabPointer _ANSI_ARGS_((Display* d, Window w1,  extern int              XGrabPointer _ANSI_ARGS_((Display* d, Window w1,
189                                  Bool b, unsigned int ui, int i1, int i2,                                  Bool b, unsigned int ui, int i1, int i2,
190                                  Window w2, Cursor c, Time t));                                  Window w2, Cursor c, Time t));
191  /* 47 */  /* 47 */
192  extern KeyCode          XKeysymToKeycode _ANSI_ARGS_((Display* d, KeySym k));  extern KeyCode          XKeysymToKeycode _ANSI_ARGS_((Display* d, KeySym k));
193  /* 48 */  /* 48 */
194  extern Status           XLookupColor _ANSI_ARGS_((Display* d, Colormap c1,  extern Status           XLookupColor _ANSI_ARGS_((Display* d, Colormap c1,
195                                  _Xconst char* c2, XColor* x1, XColor* x2));                                  _Xconst char* c2, XColor* x1, XColor* x2));
196  /* 49 */  /* 49 */
197  extern void             XMapWindow _ANSI_ARGS_((Display* d, Window w));  extern void             XMapWindow _ANSI_ARGS_((Display* d, Window w));
198  /* 50 */  /* 50 */
199  extern void             XMoveResizeWindow _ANSI_ARGS_((Display* d, Window w,  extern void             XMoveResizeWindow _ANSI_ARGS_((Display* d, Window w,
200                                  int i1, int i2, unsigned int ui1,                                  int i1, int i2, unsigned int ui1,
201                                  unsigned int ui2));                                  unsigned int ui2));
202  /* 51 */  /* 51 */
203  extern void             XMoveWindow _ANSI_ARGS_((Display* d, Window w,  extern void             XMoveWindow _ANSI_ARGS_((Display* d, Window w,
204                                  int i1, int i2));                                  int i1, int i2));
205  /* 52 */  /* 52 */
206  extern void             XNextEvent _ANSI_ARGS_((Display* d, XEvent* x));  extern void             XNextEvent _ANSI_ARGS_((Display* d, XEvent* x));
207  /* 53 */  /* 53 */
208  extern void             XPutBackEvent _ANSI_ARGS_((Display* d, XEvent* x));  extern void             XPutBackEvent _ANSI_ARGS_((Display* d, XEvent* x));
209  /* 54 */  /* 54 */
210  extern void             XQueryColors _ANSI_ARGS_((Display* d, Colormap c,  extern void             XQueryColors _ANSI_ARGS_((Display* d, Colormap c,
211                                  XColor* x, int i));                                  XColor* x, int i));
212  /* 55 */  /* 55 */
213  extern Bool             XQueryPointer _ANSI_ARGS_((Display* d, Window w1,  extern Bool             XQueryPointer _ANSI_ARGS_((Display* d, Window w1,
214                                  Window* w2, Window* w3, int* i1, int* i2,                                  Window* w2, Window* w3, int* i1, int* i2,
215                                  int* i3, int* i4, unsigned int* ui));                                  int* i3, int* i4, unsigned int* ui));
216  /* 56 */  /* 56 */
217  extern Status           XQueryTree _ANSI_ARGS_((Display* d, Window w1,  extern Status           XQueryTree _ANSI_ARGS_((Display* d, Window w1,
218                                  Window* w2, Window* w3, Window** w4,                                  Window* w2, Window* w3, Window** w4,
219                                  unsigned int* ui));                                  unsigned int* ui));
220  /* 57 */  /* 57 */
221  extern void             XRaiseWindow _ANSI_ARGS_((Display* d, Window w));  extern void             XRaiseWindow _ANSI_ARGS_((Display* d, Window w));
222  /* 58 */  /* 58 */
223  extern void             XRefreshKeyboardMapping _ANSI_ARGS_((  extern void             XRefreshKeyboardMapping _ANSI_ARGS_((
224                                  XMappingEvent* x));                                  XMappingEvent* x));
225  /* 59 */  /* 59 */
226  extern void             XResizeWindow _ANSI_ARGS_((Display* d, Window w,  extern void             XResizeWindow _ANSI_ARGS_((Display* d, Window w,
227                                  unsigned int ui1, unsigned int ui2));                                  unsigned int ui1, unsigned int ui2));
228  /* 60 */  /* 60 */
229  extern void             XSelectInput _ANSI_ARGS_((Display* d, Window w,  extern void             XSelectInput _ANSI_ARGS_((Display* d, Window w,
230                                  long l));                                  long l));
231  /* 61 */  /* 61 */
232  extern Status           XSendEvent _ANSI_ARGS_((Display* d, Window w, Bool b,  extern Status           XSendEvent _ANSI_ARGS_((Display* d, Window w, Bool b,
233                                  long l, XEvent* x));                                  long l, XEvent* x));
234  /* 62 */  /* 62 */
235  extern void             XSetCommand _ANSI_ARGS_((Display* d, Window w,  extern void             XSetCommand _ANSI_ARGS_((Display* d, Window w,
236                                  char** c, int i));                                  char** c, int i));
237  /* 63 */  /* 63 */
238  extern void             XSetIconName _ANSI_ARGS_((Display* d, Window w,  extern void             XSetIconName _ANSI_ARGS_((Display* d, Window w,
239                                  _Xconst char* c));                                  _Xconst char* c));
240  /* 64 */  /* 64 */
241  extern void             XSetInputFocus _ANSI_ARGS_((Display* d, Window w,  extern void             XSetInputFocus _ANSI_ARGS_((Display* d, Window w,
242                                  int i, Time t));                                  int i, Time t));
243  /* 65 */  /* 65 */
244  extern void             XSetSelectionOwner _ANSI_ARGS_((Display* d, Atom a,  extern void             XSetSelectionOwner _ANSI_ARGS_((Display* d, Atom a,
245                                  Window w, Time t));                                  Window w, Time t));
246  /* 66 */  /* 66 */
247  extern void             XSetWindowBackground _ANSI_ARGS_((Display* d,  extern void             XSetWindowBackground _ANSI_ARGS_((Display* d,
248                                  Window w, unsigned long ul));                                  Window w, unsigned long ul));
249  /* 67 */  /* 67 */
250  extern void             XSetWindowBackgroundPixmap _ANSI_ARGS_((Display* d,  extern void             XSetWindowBackgroundPixmap _ANSI_ARGS_((Display* d,
251                                  Window w, Pixmap p));                                  Window w, Pixmap p));
252  /* 68 */  /* 68 */
253  extern void             XSetWindowBorder _ANSI_ARGS_((Display* d, Window w,  extern void             XSetWindowBorder _ANSI_ARGS_((Display* d, Window w,
254                                  unsigned long ul));                                  unsigned long ul));
255  /* 69 */  /* 69 */
256  extern void             XSetWindowBorderPixmap _ANSI_ARGS_((Display* d,  extern void             XSetWindowBorderPixmap _ANSI_ARGS_((Display* d,
257                                  Window w, Pixmap p));                                  Window w, Pixmap p));
258  /* 70 */  /* 70 */
259  extern void             XSetWindowBorderWidth _ANSI_ARGS_((Display* d,  extern void             XSetWindowBorderWidth _ANSI_ARGS_((Display* d,
260                                  Window w, unsigned int ui));                                  Window w, unsigned int ui));
261  /* 71 */  /* 71 */
262  extern void             XSetWindowColormap _ANSI_ARGS_((Display* d, Window w,  extern void             XSetWindowColormap _ANSI_ARGS_((Display* d, Window w,
263                                  Colormap c));                                  Colormap c));
264  /* 72 */  /* 72 */
265  extern Bool             XTranslateCoordinates _ANSI_ARGS_((Display* d,  extern Bool             XTranslateCoordinates _ANSI_ARGS_((Display* d,
266                                  Window w1, Window w2, int i1, int i2,                                  Window w1, Window w2, int i1, int i2,
267                                  int* i3, int* i4, Window* w3));                                  int* i3, int* i4, Window* w3));
268  /* 73 */  /* 73 */
269  extern void             XUngrabKeyboard _ANSI_ARGS_((Display* d, Time t));  extern void             XUngrabKeyboard _ANSI_ARGS_((Display* d, Time t));
270  /* 74 */  /* 74 */
271  extern void             XUngrabPointer _ANSI_ARGS_((Display* d, Time t));  extern void             XUngrabPointer _ANSI_ARGS_((Display* d, Time t));
272  /* 75 */  /* 75 */
273  extern void             XUnmapWindow _ANSI_ARGS_((Display* d, Window w));  extern void             XUnmapWindow _ANSI_ARGS_((Display* d, Window w));
274  /* 76 */  /* 76 */
275  extern void             XWindowEvent _ANSI_ARGS_((Display* d, Window w,  extern void             XWindowEvent _ANSI_ARGS_((Display* d, Window w,
276                                  long l, XEvent* x));                                  long l, XEvent* x));
277  /* 77 */  /* 77 */
278  extern void             XDestroyIC _ANSI_ARGS_((XIC x));  extern void             XDestroyIC _ANSI_ARGS_((XIC x));
279  /* 78 */  /* 78 */
280  extern Bool             XFilterEvent _ANSI_ARGS_((XEvent* x, Window w));  extern Bool             XFilterEvent _ANSI_ARGS_((XEvent* x, Window w));
281  /* 79 */  /* 79 */
282  extern int              XmbLookupString _ANSI_ARGS_((XIC xi,  extern int              XmbLookupString _ANSI_ARGS_((XIC xi,
283                                  XKeyPressedEvent* xk, char* c, int i,                                  XKeyPressedEvent* xk, char* c, int i,
284                                  KeySym* k, Status* s));                                  KeySym* k, Status* s));
285  /* 80 */  /* 80 */
286  extern void             TkPutImage _ANSI_ARGS_((unsigned long * colors,  extern void             TkPutImage _ANSI_ARGS_((unsigned long * colors,
287                                  int ncolors, Display* display, Drawable d,                                  int ncolors, Display* display, Drawable d,
288                                  GC gc, XImage* image, int src_x, int src_y,                                  GC gc, XImage* image, int src_x, int src_y,
289                                  int dest_x, int dest_y, unsigned int width,                                  int dest_x, int dest_y, unsigned int width,
290                                  unsigned int height));                                  unsigned int height));
291  /* Slot 81 is reserved */  /* Slot 81 is reserved */
292  /* 82 */  /* 82 */
293  extern Status           XParseColor _ANSI_ARGS_((Display * display,  extern Status           XParseColor _ANSI_ARGS_((Display * display,
294                                  Colormap map, _Xconst char* spec,                                  Colormap map, _Xconst char* spec,
295                                  XColor * colorPtr));                                  XColor * colorPtr));
296  /* 83 */  /* 83 */
297  extern GC               XCreateGC _ANSI_ARGS_((Display* display, Drawable d,  extern GC               XCreateGC _ANSI_ARGS_((Display* display, Drawable d,
298                                  unsigned long valuemask, XGCValues* values));                                  unsigned long valuemask, XGCValues* values));
299  /* 84 */  /* 84 */
300  extern void             XFreeGC _ANSI_ARGS_((Display* display, GC gc));  extern void             XFreeGC _ANSI_ARGS_((Display* display, GC gc));
301  /* 85 */  /* 85 */
302  extern Atom             XInternAtom _ANSI_ARGS_((Display* display,  extern Atom             XInternAtom _ANSI_ARGS_((Display* display,
303                                  _Xconst char* atom_name, Bool only_if_exists));                                  _Xconst char* atom_name, Bool only_if_exists));
304  /* 86 */  /* 86 */
305  extern void             XSetBackground _ANSI_ARGS_((Display* display, GC gc,  extern void             XSetBackground _ANSI_ARGS_((Display* display, GC gc,
306                                  unsigned long foreground));                                  unsigned long foreground));
307  /* 87 */  /* 87 */
308  extern void             XSetForeground _ANSI_ARGS_((Display* display, GC gc,  extern void             XSetForeground _ANSI_ARGS_((Display* display, GC gc,
309                                  unsigned long foreground));                                  unsigned long foreground));
310  /* 88 */  /* 88 */
311  extern void             XSetClipMask _ANSI_ARGS_((Display* display, GC gc,  extern void             XSetClipMask _ANSI_ARGS_((Display* display, GC gc,
312                                  Pixmap pixmap));                                  Pixmap pixmap));
313  /* 89 */  /* 89 */
314  extern void             XSetClipOrigin _ANSI_ARGS_((Display* display, GC gc,  extern void             XSetClipOrigin _ANSI_ARGS_((Display* display, GC gc,
315                                  int clip_x_origin, int clip_y_origin));                                  int clip_x_origin, int clip_y_origin));
316  /* 90 */  /* 90 */
317  extern void             XSetTSOrigin _ANSI_ARGS_((Display* display, GC gc,  extern void             XSetTSOrigin _ANSI_ARGS_((Display* display, GC gc,
318                                  int ts_x_origin, int ts_y_origin));                                  int ts_x_origin, int ts_y_origin));
319  /* 91 */  /* 91 */
320  extern void             XChangeGC _ANSI_ARGS_((Display * d, GC gc,  extern void             XChangeGC _ANSI_ARGS_((Display * d, GC gc,
321                                  unsigned long mask, XGCValues * values));                                  unsigned long mask, XGCValues * values));
322  /* 92 */  /* 92 */
323  extern void             XSetFont _ANSI_ARGS_((Display * display, GC gc,  extern void             XSetFont _ANSI_ARGS_((Display * display, GC gc,
324                                  Font font));                                  Font font));
325  /* 93 */  /* 93 */
326  extern void             XSetArcMode _ANSI_ARGS_((Display * display, GC gc,  extern void             XSetArcMode _ANSI_ARGS_((Display * display, GC gc,
327                                  int arc_mode));                                  int arc_mode));
328  /* 94 */  /* 94 */
329  extern void             XSetStipple _ANSI_ARGS_((Display * display, GC gc,  extern void             XSetStipple _ANSI_ARGS_((Display * display, GC gc,
330                                  Pixmap stipple));                                  Pixmap stipple));
331  /* 95 */  /* 95 */
332  extern void             XSetFillRule _ANSI_ARGS_((Display * display, GC gc,  extern void             XSetFillRule _ANSI_ARGS_((Display * display, GC gc,
333                                  int fill_rule));                                  int fill_rule));
334  /* 96 */  /* 96 */
335  extern void             XSetFillStyle _ANSI_ARGS_((Display * display, GC gc,  extern void             XSetFillStyle _ANSI_ARGS_((Display * display, GC gc,
336                                  int fill_style));                                  int fill_style));
337  /* 97 */  /* 97 */
338  extern void             XSetFunction _ANSI_ARGS_((Display * display, GC gc,  extern void             XSetFunction _ANSI_ARGS_((Display * display, GC gc,
339                                  int function));                                  int function));
340  /* 98 */  /* 98 */
341  extern void             XSetLineAttributes _ANSI_ARGS_((Display * display,  extern void             XSetLineAttributes _ANSI_ARGS_((Display * display,
342                                  GC gc, unsigned int line_width,                                  GC gc, unsigned int line_width,
343                                  int line_style, int cap_style,                                  int line_style, int cap_style,
344                                  int join_style));                                  int join_style));
345  /* 99 */  /* 99 */
346  extern int              _XInitImageFuncPtrs _ANSI_ARGS_((XImage * image));  extern int              _XInitImageFuncPtrs _ANSI_ARGS_((XImage * image));
347  /* 100 */  /* 100 */
348  extern XIC              XCreateIC _ANSI_ARGS_((void));  extern XIC              XCreateIC _ANSI_ARGS_((void));
349  /* 101 */  /* 101 */
350  extern XVisualInfo *    XGetVisualInfo _ANSI_ARGS_((Display* display,  extern XVisualInfo *    XGetVisualInfo _ANSI_ARGS_((Display* display,
351                                  long vinfo_mask, XVisualInfo* vinfo_template,                                  long vinfo_mask, XVisualInfo* vinfo_template,
352                                  int* nitems_return));                                  int* nitems_return));
353  /* 102 */  /* 102 */
354  extern void             XSetWMClientMachine _ANSI_ARGS_((Display* display,  extern void             XSetWMClientMachine _ANSI_ARGS_((Display* display,
355                                  Window w, XTextProperty* text_prop));                                  Window w, XTextProperty* text_prop));
356  /* 103 */  /* 103 */
357  extern Status           XStringListToTextProperty _ANSI_ARGS_((char** list,  extern Status           XStringListToTextProperty _ANSI_ARGS_((char** list,
358                                  int count, XTextProperty* text_prop_return));                                  int count, XTextProperty* text_prop_return));
359  /* 104 */  /* 104 */
360  extern void             XDrawLine _ANSI_ARGS_((Display* d, Drawable dr, GC g,  extern void             XDrawLine _ANSI_ARGS_((Display* d, Drawable dr, GC g,
361                                  int x1, int y1, int x2, int y2));                                  int x1, int y1, int x2, int y2));
362  /* 105 */  /* 105 */
363  extern void             XWarpPointer _ANSI_ARGS_((Display* d, Window s,  extern void             XWarpPointer _ANSI_ARGS_((Display* d, Window s,
364                                  Window dw, int sx, int sy, unsigned int sw,                                  Window dw, int sx, int sy, unsigned int sw,
365                                  unsigned int sh, int dx, int dy));                                  unsigned int sh, int dx, int dy));
366  /* 106 */  /* 106 */
367  extern void             XFillRectangle _ANSI_ARGS_((Display* display,  extern void             XFillRectangle _ANSI_ARGS_((Display* display,
368                                  Drawable d, GC gc, int x, int y,                                  Drawable d, GC gc, int x, int y,
369                                  unsigned int width, unsigned int height));                                  unsigned int width, unsigned int height));
370  #endif /* __WIN32__ */  #endif /* __WIN32__ */
371  #ifdef MAC_TCL  #ifdef MAC_TCL
372  /* 0 */  /* 0 */
373  extern void             XSetDashes _ANSI_ARGS_((Display* display, GC gc,  extern void             XSetDashes _ANSI_ARGS_((Display* display, GC gc,
374                                  int dash_offset, _Xconst char* dash_list,                                  int dash_offset, _Xconst char* dash_list,
375                                  int n));                                  int n));
376  /* 1 */  /* 1 */
377  extern XModifierKeymap*  XGetModifierMapping _ANSI_ARGS_((Display* d));  extern XModifierKeymap*  XGetModifierMapping _ANSI_ARGS_((Display* d));
378  /* 2 */  /* 2 */
379  extern XImage *         XCreateImage _ANSI_ARGS_((Display* d, Visual* v,  extern XImage *         XCreateImage _ANSI_ARGS_((Display* d, Visual* v,
380                                  unsigned int ui1, int i1, int i2, char* cp,                                  unsigned int ui1, int i1, int i2, char* cp,
381                                  unsigned int ui2, unsigned int ui3, int i3,                                  unsigned int ui2, unsigned int ui3, int i3,
382                                  int i4));                                  int i4));
383  /* 3 */  /* 3 */
384  extern XImage *         XGetImage _ANSI_ARGS_((Display* d, Drawable dr,  extern XImage *         XGetImage _ANSI_ARGS_((Display* d, Drawable dr,
385                                  int i1, int i2, unsigned int ui1,                                  int i1, int i2, unsigned int ui1,
386                                  unsigned int ui2, unsigned long ul, int i3));                                  unsigned int ui2, unsigned long ul, int i3));
387  /* 4 */  /* 4 */
388  extern char *           XGetAtomName _ANSI_ARGS_((Display* d, Atom a));  extern char *           XGetAtomName _ANSI_ARGS_((Display* d, Atom a));
389  /* 5 */  /* 5 */
390  extern char *           XKeysymToString _ANSI_ARGS_((KeySym k));  extern char *           XKeysymToString _ANSI_ARGS_((KeySym k));
391  /* 6 */  /* 6 */
392  extern Colormap         XCreateColormap _ANSI_ARGS_((Display* d, Window w,  extern Colormap         XCreateColormap _ANSI_ARGS_((Display* d, Window w,
393                                  Visual* v, int i));                                  Visual* v, int i));
394  /* 7 */  /* 7 */
395  extern GContext         XGContextFromGC _ANSI_ARGS_((GC g));  extern GContext         XGContextFromGC _ANSI_ARGS_((GC g));
396  /* 8 */  /* 8 */
397  extern KeySym           XKeycodeToKeysym _ANSI_ARGS_((Display* d, KeyCode k,  extern KeySym           XKeycodeToKeysym _ANSI_ARGS_((Display* d, KeyCode k,
398                                  int i));                                  int i));
399  /* 9 */  /* 9 */
400  extern KeySym           XStringToKeysym _ANSI_ARGS_((_Xconst char* c));  extern KeySym           XStringToKeysym _ANSI_ARGS_((_Xconst char* c));
401  /* 10 */  /* 10 */
402  extern Window           XRootWindow _ANSI_ARGS_((Display* d, int i));  extern Window           XRootWindow _ANSI_ARGS_((Display* d, int i));
403  /* 11 */  /* 11 */
404  extern XErrorHandler    XSetErrorHandler _ANSI_ARGS_((XErrorHandler x));  extern XErrorHandler    XSetErrorHandler _ANSI_ARGS_((XErrorHandler x));
405  /* 12 */  /* 12 */
406  extern Status           XAllocColor _ANSI_ARGS_((Display* d, Colormap c,  extern Status           XAllocColor _ANSI_ARGS_((Display* d, Colormap c,
407                                  XColor* xp));                                  XColor* xp));
408  /* 13 */  /* 13 */
409  extern void             XBell _ANSI_ARGS_((Display* d, int i));  extern void             XBell _ANSI_ARGS_((Display* d, int i));
410  /* 14 */  /* 14 */
411  extern void             XChangeProperty _ANSI_ARGS_((Display* d, Window w,  extern void             XChangeProperty _ANSI_ARGS_((Display* d, Window w,
412                                  Atom a1, Atom a2, int i1, int i2,                                  Atom a1, Atom a2, int i1, int i2,
413                                  _Xconst unsigned char* c, int i3));                                  _Xconst unsigned char* c, int i3));
414  /* 15 */  /* 15 */
415  extern void             XChangeWindowAttributes _ANSI_ARGS_((Display* d,  extern void             XChangeWindowAttributes _ANSI_ARGS_((Display* d,
416                                  Window w, unsigned long ul,                                  Window w, unsigned long ul,
417                                  XSetWindowAttributes* x));                                  XSetWindowAttributes* x));
418  /* 16 */  /* 16 */
419  extern void             XConfigureWindow _ANSI_ARGS_((Display* d, Window w,  extern void             XConfigureWindow _ANSI_ARGS_((Display* d, Window w,
420                                  unsigned int i, XWindowChanges* x));                                  unsigned int i, XWindowChanges* x));
421  /* 17 */  /* 17 */
422  extern void             XCopyArea _ANSI_ARGS_((Display* d, Drawable dr1,  extern void             XCopyArea _ANSI_ARGS_((Display* d, Drawable dr1,
423                                  Drawable dr2, GC g, int i1, int i2,                                  Drawable dr2, GC g, int i1, int i2,
424                                  unsigned int ui1, unsigned int ui2, int i3,                                  unsigned int ui1, unsigned int ui2, int i3,
425                                  int i4));                                  int i4));
426  /* 18 */  /* 18 */
427  extern void             XCopyPlane _ANSI_ARGS_((Display* d, Drawable dr1,  extern void             XCopyPlane _ANSI_ARGS_((Display* d, Drawable dr1,
428                                  Drawable dr2, GC g, int i1, int i2,                                  Drawable dr2, GC g, int i1, int i2,
429                                  unsigned int ui1, unsigned int ui2, int i3,                                  unsigned int ui1, unsigned int ui2, int i3,
430                                  int i4, unsigned long ul));                                  int i4, unsigned long ul));
431  /* 19 */  /* 19 */
432  extern Pixmap           XCreateBitmapFromData _ANSI_ARGS_((Display* display,  extern Pixmap           XCreateBitmapFromData _ANSI_ARGS_((Display* display,
433                                  Drawable d, _Xconst char* data,                                  Drawable d, _Xconst char* data,
434                                  unsigned int width, unsigned int height));                                  unsigned int width, unsigned int height));
435  /* 20 */  /* 20 */
436  extern void             XDefineCursor _ANSI_ARGS_((Display* d, Window w,  extern void             XDefineCursor _ANSI_ARGS_((Display* d, Window w,
437                                  Cursor c));                                  Cursor c));
438  /* 21 */  /* 21 */
439  extern void             XDestroyWindow _ANSI_ARGS_((Display* d, Window w));  extern void             XDestroyWindow _ANSI_ARGS_((Display* d, Window w));
440  /* 22 */  /* 22 */
441  extern void             XDrawArc _ANSI_ARGS_((Display* d, Drawable dr, GC g,  extern void             XDrawArc _ANSI_ARGS_((Display* d, Drawable dr, GC g,
442                                  int i1, int i2, unsigned int ui1,                                  int i1, int i2, unsigned int ui1,
443                                  unsigned int ui2, int i3, int i4));                                  unsigned int ui2, int i3, int i4));
444  /* 23 */  /* 23 */
445  extern void             XDrawLines _ANSI_ARGS_((Display* d, Drawable dr,  extern void             XDrawLines _ANSI_ARGS_((Display* d, Drawable dr,
446                                  GC g, XPoint* x, int i1, int i2));                                  GC g, XPoint* x, int i1, int i2));
447  /* 24 */  /* 24 */
448  extern void             XDrawRectangle _ANSI_ARGS_((Display* d, Drawable dr,  extern void             XDrawRectangle _ANSI_ARGS_((Display* d, Drawable dr,
449                                  GC g, int i1, int i2, unsigned int ui1,                                  GC g, int i1, int i2, unsigned int ui1,
450                                  unsigned int ui2));                                  unsigned int ui2));
451  /* 25 */  /* 25 */
452  extern void             XFillArc _ANSI_ARGS_((Display* d, Drawable dr, GC g,  extern void             XFillArc _ANSI_ARGS_((Display* d, Drawable dr, GC g,
453                                  int i1, int i2, unsigned int ui1,                                  int i1, int i2, unsigned int ui1,
454                                  unsigned int ui2, int i3, int i4));                                  unsigned int ui2, int i3, int i4));
455  /* 26 */  /* 26 */
456  extern void             XFillPolygon _ANSI_ARGS_((Display* d, Drawable dr,  extern void             XFillPolygon _ANSI_ARGS_((Display* d, Drawable dr,
457                                  GC g, XPoint* x, int i1, int i2, int i3));                                  GC g, XPoint* x, int i1, int i2, int i3));
458  /* 27 */  /* 27 */
459  extern void             XFillRectangles _ANSI_ARGS_((Display* d, Drawable dr,  extern void             XFillRectangles _ANSI_ARGS_((Display* d, Drawable dr,
460                                  GC g, XRectangle* x, int i));                                  GC g, XRectangle* x, int i));
461  /* 28 */  /* 28 */
462  extern void             XFreeColormap _ANSI_ARGS_((Display* d, Colormap c));  extern void             XFreeColormap _ANSI_ARGS_((Display* d, Colormap c));
463  /* 29 */  /* 29 */
464  extern void             XFreeColors _ANSI_ARGS_((Display* d, Colormap c,  extern void             XFreeColors _ANSI_ARGS_((Display* d, Colormap c,
465                                  unsigned long* ulp, int i, unsigned long ul));                                  unsigned long* ulp, int i, unsigned long ul));
466  /* 30 */  /* 30 */
467  extern void             XFreeModifiermap _ANSI_ARGS_((XModifierKeymap* x));  extern void             XFreeModifiermap _ANSI_ARGS_((XModifierKeymap* x));
468  /* 31 */  /* 31 */
469  extern Status           XGetGeometry _ANSI_ARGS_((Display* d, Drawable dr,  extern Status           XGetGeometry _ANSI_ARGS_((Display* d, Drawable dr,
470                                  Window* w, int* i1, int* i2,                                  Window* w, int* i1, int* i2,
471                                  unsigned int* ui1, unsigned int* ui2,                                  unsigned int* ui1, unsigned int* ui2,
472                                  unsigned int* ui3, unsigned int* ui4));                                  unsigned int* ui3, unsigned int* ui4));
473  /* 32 */  /* 32 */
474  extern int              XGetWindowProperty _ANSI_ARGS_((Display* d, Window w,  extern int              XGetWindowProperty _ANSI_ARGS_((Display* d, Window w,
475                                  Atom a1, long l1, long l2, Bool b, Atom a2,                                  Atom a1, long l1, long l2, Bool b, Atom a2,
476                                  Atom* ap, int* ip, unsigned long* ulp1,                                  Atom* ap, int* ip, unsigned long* ulp1,
477                                  unsigned long* ulp2, unsigned char** cpp));                                  unsigned long* ulp2, unsigned char** cpp));
478  /* 33 */  /* 33 */
479  extern int              XGrabKeyboard _ANSI_ARGS_((Display* d, Window w,  extern int              XGrabKeyboard _ANSI_ARGS_((Display* d, Window w,
480                                  Bool b, int i1, int i2, Time t));                                  Bool b, int i1, int i2, Time t));
481  /* 34 */  /* 34 */
482  extern int              XGrabPointer _ANSI_ARGS_((Display* d, Window w1,  extern int              XGrabPointer _ANSI_ARGS_((Display* d, Window w1,
483                                  Bool b, unsigned int ui, int i1, int i2,                                  Bool b, unsigned int ui, int i1, int i2,
484                                  Window w2, Cursor c, Time t));                                  Window w2, Cursor c, Time t));
485  /* 35 */  /* 35 */
486  extern KeyCode          XKeysymToKeycode _ANSI_ARGS_((Display* d, KeySym k));  extern KeyCode          XKeysymToKeycode _ANSI_ARGS_((Display* d, KeySym k));
487  /* 36 */  /* 36 */
488  extern void             XMapWindow _ANSI_ARGS_((Display* d, Window w));  extern void             XMapWindow _ANSI_ARGS_((Display* d, Window w));
489  /* 37 */  /* 37 */
490  extern void             XMoveResizeWindow _ANSI_ARGS_((Display* d, Window w,  extern void             XMoveResizeWindow _ANSI_ARGS_((Display* d, Window w,
491                                  int i1, int i2, unsigned int ui1,                                  int i1, int i2, unsigned int ui1,
492                                  unsigned int ui2));                                  unsigned int ui2));
493  /* 38 */  /* 38 */
494  extern void             XMoveWindow _ANSI_ARGS_((Display* d, Window w,  extern void             XMoveWindow _ANSI_ARGS_((Display* d, Window w,
495                                  int i1, int i2));                                  int i1, int i2));
496  /* 39 */  /* 39 */
497  extern Bool             XQueryPointer _ANSI_ARGS_((Display* d, Window w1,  extern Bool             XQueryPointer _ANSI_ARGS_((Display* d, Window w1,
498                                  Window* w2, Window* w3, int* i1, int* i2,                                  Window* w2, Window* w3, int* i1, int* i2,
499                                  int* i3, int* i4, unsigned int* ui));                                  int* i3, int* i4, unsigned int* ui));
500  /* 40 */  /* 40 */
501  extern void             XRaiseWindow _ANSI_ARGS_((Display* d, Window w));  extern void             XRaiseWindow _ANSI_ARGS_((Display* d, Window w));
502  /* 41 */  /* 41 */
503  extern void             XRefreshKeyboardMapping _ANSI_ARGS_((  extern void             XRefreshKeyboardMapping _ANSI_ARGS_((
504                                  XMappingEvent* x));                                  XMappingEvent* x));
505  /* 42 */  /* 42 */
506  extern void             XResizeWindow _ANSI_ARGS_((Display* d, Window w,  extern void             XResizeWindow _ANSI_ARGS_((Display* d, Window w,
507                                  unsigned int ui1, unsigned int ui2));                                  unsigned int ui1, unsigned int ui2));
508  /* 43 */  /* 43 */
509  extern void             XSelectInput _ANSI_ARGS_((Display* d, Window w,  extern void             XSelectInput _ANSI_ARGS_((Display* d, Window w,
510                                  long l));                                  long l));
511  /* 44 */  /* 44 */
512  extern Status           XSendEvent _ANSI_ARGS_((Display* d, Window w, Bool b,  extern Status           XSendEvent _ANSI_ARGS_((Display* d, Window w, Bool b,
513                                  long l, XEvent* x));                                  long l, XEvent* x));
514  /* 45 */  /* 45 */
515  extern void             XSetIconName _ANSI_ARGS_((Display* d, Window w,  extern void             XSetIconName _ANSI_ARGS_((Display* d, Window w,
516                                  _Xconst char* c));                                  _Xconst char* c));
517  /* 46 */  /* 46 */
518  extern void             XSetInputFocus _ANSI_ARGS_((Display* d, Window w,  extern void             XSetInputFocus _ANSI_ARGS_((Display* d, Window w,
519                                  int i, Time t));                                  int i, Time t));
520  /* 47 */  /* 47 */
521  extern void             XSetSelectionOwner _ANSI_ARGS_((Display* d, Atom a,  extern void             XSetSelectionOwner _ANSI_ARGS_((Display* d, Atom a,
522                                  Window w, Time t));                                  Window w, Time t));
523  /* 48 */  /* 48 */
524  extern void             XSetWindowBackground _ANSI_ARGS_((Display* d,  extern void             XSetWindowBackground _ANSI_ARGS_((Display* d,
525                                  Window w, unsigned long ul));                                  Window w, unsigned long ul));
526  /* 49 */  /* 49 */
527  extern void             XSetWindowBackgroundPixmap _ANSI_ARGS_((Display* d,  extern void             XSetWindowBackgroundPixmap _ANSI_ARGS_((Display* d,
528                                  Window w, Pixmap p));                                  Window w, Pixmap p));
529  /* 50 */  /* 50 */
530  extern void             XSetWindowBorder _ANSI_ARGS_((Display* d, Window w,  extern void             XSetWindowBorder _ANSI_ARGS_((Display* d, Window w,
531                                  unsigned long ul));                                  unsigned long ul));
532  /* 51 */  /* 51 */
533  extern void             XSetWindowBorderPixmap _ANSI_ARGS_((Display* d,  extern void             XSetWindowBorderPixmap _ANSI_ARGS_((Display* d,
534                                  Window w, Pixmap p));                                  Window w, Pixmap p));
535  /* 52 */  /* 52 */
536  extern void             XSetWindowBorderWidth _ANSI_ARGS_((Display* d,  extern void             XSetWindowBorderWidth _ANSI_ARGS_((Display* d,
537                                  Window w, unsigned int ui));                                  Window w, unsigned int ui));
538  /* 53 */  /* 53 */
539  extern void             XSetWindowColormap _ANSI_ARGS_((Display* d, Window w,  extern void             XSetWindowColormap _ANSI_ARGS_((Display* d, Window w,
540                                  Colormap c));                                  Colormap c));
541  /* 54 */  /* 54 */
542  extern void             XUngrabKeyboard _ANSI_ARGS_((Display* d, Time t));  extern void             XUngrabKeyboard _ANSI_ARGS_((Display* d, Time t));
543  /* 55 */  /* 55 */
544  extern void             XUngrabPointer _ANSI_ARGS_((Display* d, Time t));  extern void             XUngrabPointer _ANSI_ARGS_((Display* d, Time t));
545  /* 56 */  /* 56 */
546  extern void             XUnmapWindow _ANSI_ARGS_((Display* d, Window w));  extern void             XUnmapWindow _ANSI_ARGS_((Display* d, Window w));
547  /* 57 */  /* 57 */
548  extern void             TkPutImage _ANSI_ARGS_((unsigned long * colors,  extern void             TkPutImage _ANSI_ARGS_((unsigned long * colors,
549                                  int ncolors, Display* display, Drawable d,                                  int ncolors, Display* display, Drawable d,
550                                  GC gc, XImage* image, int src_x, int src_y,                                  GC gc, XImage* image, int src_x, int src_y,
551                                  int dest_x, int dest_y, unsigned int width,                                  int dest_x, int dest_y, unsigned int width,
552                                  unsigned int height));                                  unsigned int height));
553  /* 58 */  /* 58 */
554  extern Status           XParseColor _ANSI_ARGS_((Display * display,  extern Status           XParseColor _ANSI_ARGS_((Display * display,
555                                  Colormap map, _Xconst char* spec,                                  Colormap map, _Xconst char* spec,
556                                  XColor * colorPtr));                                  XColor * colorPtr));
557  /* 59 */  /* 59 */
558  extern GC               XCreateGC _ANSI_ARGS_((Display* display, Drawable d,  extern GC               XCreateGC _ANSI_ARGS_((Display* display, Drawable d,
559                                  unsigned long valuemask, XGCValues* values));                                  unsigned long valuemask, XGCValues* values));
560  /* 60 */  /* 60 */
561  extern void             XFreeGC _ANSI_ARGS_((Display* display, GC gc));  extern void             XFreeGC _ANSI_ARGS_((Display* display, GC gc));
562  /* 61 */  /* 61 */
563  extern Atom             XInternAtom _ANSI_ARGS_((Display* display,  extern Atom             XInternAtom _ANSI_ARGS_((Display* display,
564                                  _Xconst char* atom_name, Bool only_if_exists));                                  _Xconst char* atom_name, Bool only_if_exists));
565  /* 62 */  /* 62 */
566  extern void             XSetBackground _ANSI_ARGS_((Display* display, GC gc,  extern void             XSetBackground _ANSI_ARGS_((Display* display, GC gc,
567                                  unsigned long foreground));                                  unsigned long foreground));
568  /* 63 */  /* 63 */
569  extern void             XSetForeground _ANSI_ARGS_((Display* display, GC gc,  extern void             XSetForeground _ANSI_ARGS_((Display* display, GC gc,
570                                  unsigned long foreground));                                  unsigned long foreground));
571  /* 64 */  /* 64 */
572  extern void             XSetClipMask _ANSI_ARGS_((Display* display, GC gc,  extern void             XSetClipMask _ANSI_ARGS_((Display* display, GC gc,
573                                  Pixmap pixmap));                                  Pixmap pixmap));
574  /* 65 */  /* 65 */
575  extern void             XSetClipOrigin _ANSI_ARGS_((Display* display, GC gc,  extern void             XSetClipOrigin _ANSI_ARGS_((Display* display, GC gc,
576                                  int clip_x_origin, int clip_y_origin));                                  int clip_x_origin, int clip_y_origin));
577  /* 66 */  /* 66 */
578  extern void             XSetTSOrigin _ANSI_ARGS_((Display* display, GC gc,  extern void             XSetTSOrigin _ANSI_ARGS_((Display* display, GC gc,
579                                  int ts_x_origin, int ts_y_origin));                                  int ts_x_origin, int ts_y_origin));
580  /* 67 */  /* 67 */
581  extern void             XChangeGC _ANSI_ARGS_((Display * d, GC gc,  extern void             XChangeGC _ANSI_ARGS_((Display * d, GC gc,
582                                  unsigned long mask, XGCValues * values));                                  unsigned long mask, XGCValues * values));
583  /* 68 */  /* 68 */
584  extern void             XSetFont _ANSI_ARGS_((Display * display, GC gc,  extern void             XSetFont _ANSI_ARGS_((Display * display, GC gc,
585                                  Font font));                                  Font font));
586  /* 69 */  /* 69 */
587  extern void             XSetArcMode _ANSI_ARGS_((Display * display, GC gc,  extern void             XSetArcMode _ANSI_ARGS_((Display * display, GC gc,
588                                  int arc_mode));                                  int arc_mode));
589  /* 70 */  /* 70 */
590  extern void             XSetStipple _ANSI_ARGS_((Display * display, GC gc,  extern void             XSetStipple _ANSI_ARGS_((Display * display, GC gc,
591                                  Pixmap stipple));                                  Pixmap stipple));
592  /* 71 */  /* 71 */
593  extern void             XSetFillRule _ANSI_ARGS_((Display * display, GC gc,  extern void             XSetFillRule _ANSI_ARGS_((Display * display, GC gc,
594                                  int fill_rule));                                  int fill_rule));
595  /* 72 */  /* 72 */
596  extern void             XSetFillStyle _ANSI_ARGS_((Display * display, GC gc,  extern void             XSetFillStyle _ANSI_ARGS_((Display * display, GC gc,
597                                  int fill_style));                                  int fill_style));
598  /* 73 */  /* 73 */
599  extern void             XSetFunction _ANSI_ARGS_((Display * display, GC gc,  extern void             XSetFunction _ANSI_ARGS_((Display * display, GC gc,
600                                  int function));                                  int function));
601  /* 74 */  /* 74 */
602  extern void             XSetLineAttributes _ANSI_ARGS_((Display * display,  extern void             XSetLineAttributes _ANSI_ARGS_((Display * display,
603                                  GC gc, unsigned int line_width,                                  GC gc, unsigned int line_width,
604                                  int line_style, int cap_style,                                  int line_style, int cap_style,
605                                  int join_style));                                  int join_style));
606  /* 75 */  /* 75 */
607  extern int              _XInitImageFuncPtrs _ANSI_ARGS_((XImage * image));  extern int              _XInitImageFuncPtrs _ANSI_ARGS_((XImage * image));
608  /* 76 */  /* 76 */
609  extern XIC              XCreateIC _ANSI_ARGS_((void));  extern XIC              XCreateIC _ANSI_ARGS_((void));
610  /* 77 */  /* 77 */
611  extern XVisualInfo *    XGetVisualInfo _ANSI_ARGS_((Display* display,  extern XVisualInfo *    XGetVisualInfo _ANSI_ARGS_((Display* display,
612                                  long vinfo_mask, XVisualInfo* vinfo_template,                                  long vinfo_mask, XVisualInfo* vinfo_template,
613                                  int* nitems_return));                                  int* nitems_return));
614  /* 78 */  /* 78 */
615  extern void             XSetWMClientMachine _ANSI_ARGS_((Display* display,  extern void             XSetWMClientMachine _ANSI_ARGS_((Display* display,
616                                  Window w, XTextProperty* text_prop));                                  Window w, XTextProperty* text_prop));
617  /* 79 */  /* 79 */
618  extern Status           XStringListToTextProperty _ANSI_ARGS_((char** list,  extern Status           XStringListToTextProperty _ANSI_ARGS_((char** list,
619                                  int count, XTextProperty* text_prop_return));                                  int count, XTextProperty* text_prop_return));
620  /* 80 */  /* 80 */
621  extern void             XDrawSegments _ANSI_ARGS_((Display * display,  extern void             XDrawSegments _ANSI_ARGS_((Display * display,
622                                  Drawable d, GC gc, XSegment * segments,                                  Drawable d, GC gc, XSegment * segments,
623                                  int nsegments));                                  int nsegments));
624  /* 81 */  /* 81 */
625  extern void             XForceScreenSaver _ANSI_ARGS_((Display* display,  extern void             XForceScreenSaver _ANSI_ARGS_((Display* display,
626                                  int mode));                                  int mode));
627  /* 82 */  /* 82 */
628  extern void             XDrawLine _ANSI_ARGS_((Display* d, Drawable dr, GC g,  extern void             XDrawLine _ANSI_ARGS_((Display* d, Drawable dr, GC g,
629                                  int x1, int y1, int x2, int y2));                                  int x1, int y1, int x2, int y2));
630  /* 83 */  /* 83 */
631  extern void             XFillRectangle _ANSI_ARGS_((Display* display,  extern void             XFillRectangle _ANSI_ARGS_((Display* display,
632                                  Drawable d, GC gc, int x, int y,                                  Drawable d, GC gc, int x, int y,
633                                  unsigned int width, unsigned int height));                                  unsigned int width, unsigned int height));
634  /* 84 */  /* 84 */
635  extern void             XClearWindow _ANSI_ARGS_((Display* d, Window w));  extern void             XClearWindow _ANSI_ARGS_((Display* d, Window w));
636  /* 85 */  /* 85 */
637  extern void             XDrawPoint _ANSI_ARGS_((Display* display, Drawable d,  extern void             XDrawPoint _ANSI_ARGS_((Display* display, Drawable d,
638                                  GC gc, int x, int y));                                  GC gc, int x, int y));
639  /* 86 */  /* 86 */
640  extern void             XDrawPoints _ANSI_ARGS_((Display* display,  extern void             XDrawPoints _ANSI_ARGS_((Display* display,
641                                  Drawable d, GC gc, XPoint * points,                                  Drawable d, GC gc, XPoint * points,
642                                  int npoints, int mode));                                  int npoints, int mode));
643  /* 87 */  /* 87 */
644  extern void             XWarpPointer _ANSI_ARGS_((Display* display,  extern void             XWarpPointer _ANSI_ARGS_((Display* display,
645                                  Window src_w, Window dest_w, int src_x,                                  Window src_w, Window dest_w, int src_x,
646                                  int src_y, unsigned int src_width,                                  int src_y, unsigned int src_width,
647                                  unsigned int src_height, int dest_x,                                  unsigned int src_height, int dest_x,
648                                  int dest_y));                                  int dest_y));
649  /* 88 */  /* 88 */
650  extern void             XQueryColor _ANSI_ARGS_((Display * display,  extern void             XQueryColor _ANSI_ARGS_((Display * display,
651                                  Colormap colormap, XColor * def_in_out));                                  Colormap colormap, XColor * def_in_out));
652  /* 89 */  /* 89 */
653  extern void             XQueryColors _ANSI_ARGS_((Display * display,  extern void             XQueryColors _ANSI_ARGS_((Display * display,
654                                  Colormap colormap, XColor * defs_in_out,                                  Colormap colormap, XColor * defs_in_out,
655                                  int ncolors));                                  int ncolors));
656  #endif /* MAC_TCL */  #endif /* MAC_TCL */
657    
658  typedef struct TkIntXlibStubs {  typedef struct TkIntXlibStubs {
659      int magic;      int magic;
660      struct TkIntXlibStubHooks *hooks;      struct TkIntXlibStubHooks *hooks;
661    
662  #ifdef __WIN32__  #ifdef __WIN32__
663      void (*xSetDashes) _ANSI_ARGS_((Display* display, GC gc, int dash_offset, _Xconst char* dash_list, int n)); /* 0 */      void (*xSetDashes) _ANSI_ARGS_((Display* display, GC gc, int dash_offset, _Xconst char* dash_list, int n)); /* 0 */
664      XModifierKeymap* (*xGetModifierMapping) _ANSI_ARGS_((Display* d)); /* 1 */      XModifierKeymap* (*xGetModifierMapping) _ANSI_ARGS_((Display* d)); /* 1 */
665      XImage * (*xCreateImage) _ANSI_ARGS_((Display* d, Visual* v, unsigned int ui1, int i1, int i2, char* cp, unsigned int ui2, unsigned int ui3, int i3, int i4)); /* 2 */      XImage * (*xCreateImage) _ANSI_ARGS_((Display* d, Visual* v, unsigned int ui1, int i1, int i2, char* cp, unsigned int ui2, unsigned int ui3, int i3, int i4)); /* 2 */
666      XImage * (*xGetImage) _ANSI_ARGS_((Display* d, Drawable dr, int i1, int i2, unsigned int ui1, unsigned int ui2, unsigned long ul, int i3)); /* 3 */      XImage * (*xGetImage) _ANSI_ARGS_((Display* d, Drawable dr, int i1, int i2, unsigned int ui1, unsigned int ui2, unsigned long ul, int i3)); /* 3 */
667      char * (*xGetAtomName) _ANSI_ARGS_((Display* d, Atom a)); /* 4 */      char * (*xGetAtomName) _ANSI_ARGS_((Display* d, Atom a)); /* 4 */
668      char * (*xKeysymToString) _ANSI_ARGS_((KeySym k)); /* 5 */      char * (*xKeysymToString) _ANSI_ARGS_((KeySym k)); /* 5 */
669      Colormap (*xCreateColormap) _ANSI_ARGS_((Display* d, Window w, Visual* v, int i)); /* 6 */      Colormap (*xCreateColormap) _ANSI_ARGS_((Display* d, Window w, Visual* v, int i)); /* 6 */
670      Cursor (*xCreatePixmapCursor) _ANSI_ARGS_((Display* d, Pixmap p1, Pixmap p2, XColor* x1, XColor* x2, unsigned int ui1, unsigned int ui2)); /* 7 */      Cursor (*xCreatePixmapCursor) _ANSI_ARGS_((Display* d, Pixmap p1, Pixmap p2, XColor* x1, XColor* x2, unsigned int ui1, unsigned int ui2)); /* 7 */
671      Cursor (*xCreateGlyphCursor) _ANSI_ARGS_((Display* d, Font f1, Font f2, unsigned int ui1, unsigned int ui2, XColor* x1, XColor* x2)); /* 8 */      Cursor (*xCreateGlyphCursor) _ANSI_ARGS_((Display* d, Font f1, Font f2, unsigned int ui1, unsigned int ui2, XColor* x1, XColor* x2)); /* 8 */
672      GContext (*xGContextFromGC) _ANSI_ARGS_((GC g)); /* 9 */      GContext (*xGContextFromGC) _ANSI_ARGS_((GC g)); /* 9 */
673      XHostAddress * (*xListHosts) _ANSI_ARGS_((Display* d, int* i, Bool* b)); /* 10 */      XHostAddress * (*xListHosts) _ANSI_ARGS_((Display* d, int* i, Bool* b)); /* 10 */
674      KeySym (*xKeycodeToKeysym) _ANSI_ARGS_((Display* d, unsigned int k, int i)); /* 11 */      KeySym (*xKeycodeToKeysym) _ANSI_ARGS_((Display* d, unsigned int k, int i)); /* 11 */
675      KeySym (*xStringToKeysym) _ANSI_ARGS_((_Xconst char* c)); /* 12 */      KeySym (*xStringToKeysym) _ANSI_ARGS_((_Xconst char* c)); /* 12 */
676      Window (*xRootWindow) _ANSI_ARGS_((Display* d, int i)); /* 13 */      Window (*xRootWindow) _ANSI_ARGS_((Display* d, int i)); /* 13 */
677      XErrorHandler (*xSetErrorHandler) _ANSI_ARGS_((XErrorHandler x)); /* 14 */      XErrorHandler (*xSetErrorHandler) _ANSI_ARGS_((XErrorHandler x)); /* 14 */
678      Status (*xIconifyWindow) _ANSI_ARGS_((Display* d, Window w, int i)); /* 15 */      Status (*xIconifyWindow) _ANSI_ARGS_((Display* d, Window w, int i)); /* 15 */
679      Status (*xWithdrawWindow) _ANSI_ARGS_((Display* d, Window w, int i)); /* 16 */      Status (*xWithdrawWindow) _ANSI_ARGS_((Display* d, Window w, int i)); /* 16 */
680      Status (*xGetWMColormapWindows) _ANSI_ARGS_((Display* d, Window w, Window** wpp, int* ip)); /* 17 */      Status (*xGetWMColormapWindows) _ANSI_ARGS_((Display* d, Window w, Window** wpp, int* ip)); /* 17 */
681      Status (*xAllocColor) _ANSI_ARGS_((Display* d, Colormap c, XColor* xp)); /* 18 */      Status (*xAllocColor) _ANSI_ARGS_((Display* d, Colormap c, XColor* xp)); /* 18 */
682      void (*xBell) _ANSI_ARGS_((Display* d, int i)); /* 19 */      void (*xBell) _ANSI_ARGS_((Display* d, int i)); /* 19 */
683      void (*xChangeProperty) _ANSI_ARGS_((Display* d, Window w, Atom a1, Atom a2, int i1, int i2, _Xconst unsigned char* c, int i3)); /* 20 */      void (*xChangeProperty) _ANSI_ARGS_((Display* d, Window w, Atom a1, Atom a2, int i1, int i2, _Xconst unsigned char* c, int i3)); /* 20 */
684      void (*xChangeWindowAttributes) _ANSI_ARGS_((Display* d, Window w, unsigned long ul, XSetWindowAttributes* x)); /* 21 */      void (*xChangeWindowAttributes) _ANSI_ARGS_((Display* d, Window w, unsigned long ul, XSetWindowAttributes* x)); /* 21 */
685      void (*xClearWindow) _ANSI_ARGS_((Display* d, Window w)); /* 22 */      void (*xClearWindow) _ANSI_ARGS_((Display* d, Window w)); /* 22 */
686      void (*xConfigureWindow) _ANSI_ARGS_((Display* d, Window w, unsigned int i, XWindowChanges* x)); /* 23 */      void (*xConfigureWindow) _ANSI_ARGS_((Display* d, Window w, unsigned int i, XWindowChanges* x)); /* 23 */
687      void (*xCopyArea) _ANSI_ARGS_((Display* d, Drawable dr1, Drawable dr2, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4)); /* 24 */      void (*xCopyArea) _ANSI_ARGS_((Display* d, Drawable dr1, Drawable dr2, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4)); /* 24 */
688      void (*xCopyPlane) _ANSI_ARGS_((Display* d, Drawable dr1, Drawable dr2, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4, unsigned long ul)); /* 25 */      void (*xCopyPlane) _ANSI_ARGS_((Display* d, Drawable dr1, Drawable dr2, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4, unsigned long ul)); /* 25 */
689      Pixmap (*xCreateBitmapFromData) _ANSI_ARGS_((Display* display, Drawable d, _Xconst char* data, unsigned int width, unsigned int height)); /* 26 */      Pixmap (*xCreateBitmapFromData) _ANSI_ARGS_((Display* display, Drawable d, _Xconst char* data, unsigned int width, unsigned int height)); /* 26 */
690      void (*xDefineCursor) _ANSI_ARGS_((Display* d, Window w, Cursor c)); /* 27 */      void (*xDefineCursor) _ANSI_ARGS_((Display* d, Window w, Cursor c)); /* 27 */
691      void (*xDeleteProperty) _ANSI_ARGS_((Display* d, Window w, Atom a)); /* 28 */      void (*xDeleteProperty) _ANSI_ARGS_((Display* d, Window w, Atom a)); /* 28 */
692      void (*xDestroyWindow) _ANSI_ARGS_((Display* d, Window w)); /* 29 */      void (*xDestroyWindow) _ANSI_ARGS_((Display* d, Window w)); /* 29 */
693      void (*xDrawArc) _ANSI_ARGS_((Display* d, Drawable dr, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4)); /* 30 */      void (*xDrawArc) _ANSI_ARGS_((Display* d, Drawable dr, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4)); /* 30 */
694      void (*xDrawLines) _ANSI_ARGS_((Display* d, Drawable dr, GC g, XPoint* x, int i1, int i2)); /* 31 */      void (*xDrawLines) _ANSI_ARGS_((Display* d, Drawable dr, GC g, XPoint* x, int i1, int i2)); /* 31 */
695      void (*xDrawRectangle) _ANSI_ARGS_((Display* d, Drawable dr, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2)); /* 32 */      void (*xDrawRectangle) _ANSI_ARGS_((Display* d, Drawable dr, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2)); /* 32 */
696      void (*xFillArc) _ANSI_ARGS_((Display* d, Drawable dr, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4)); /* 33 */      void (*xFillArc) _ANSI_ARGS_((Display* d, Drawable dr, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4)); /* 33 */
697      void (*xFillPolygon) _ANSI_ARGS_((Display* d, Drawable dr, GC g, XPoint* x, int i1, int i2, int i3)); /* 34 */      void (*xFillPolygon) _ANSI_ARGS_((Display* d, Drawable dr, GC g, XPoint* x, int i1, int i2, int i3)); /* 34 */
698      void (*xFillRectangles) _ANSI_ARGS_((Display* d, Drawable dr, GC g, XRectangle* x, int i)); /* 35 */      void (*xFillRectangles) _ANSI_ARGS_((Display* d, Drawable dr, GC g, XRectangle* x, int i)); /* 35 */
699      void (*xForceScreenSaver) _ANSI_ARGS_((Display* d, int i)); /* 36 */      void (*xForceScreenSaver) _ANSI_ARGS_((Display* d, int i)); /* 36 */
700      void (*xFreeColormap) _ANSI_ARGS_((Display* d, Colormap c)); /* 37 */      void (*xFreeColormap) _ANSI_ARGS_((Display* d, Colormap c)); /* 37 */
701      void (*xFreeColors) _ANSI_ARGS_((Display* d, Colormap c, unsigned long* ulp, int i, unsigned long ul)); /* 38 */      void (*xFreeColors) _ANSI_ARGS_((Display* d, Colormap c, unsigned long* ulp, int i, unsigned long ul)); /* 38 */
702      void (*xFreeCursor) _ANSI_ARGS_((Display* d, Cursor c)); /* 39 */      void (*xFreeCursor) _ANSI_ARGS_((Display* d, Cursor c)); /* 39 */
703      void (*xFreeModifiermap) _ANSI_ARGS_((XModifierKeymap* x)); /* 40 */      void (*xFreeModifiermap) _ANSI_ARGS_((XModifierKeymap* x)); /* 40 */
704      Status (*xGetGeometry) _ANSI_ARGS_((Display* d, Drawable dr, Window* w, int* i1, int* i2, unsigned int* ui1, unsigned int* ui2, unsigned int* ui3, unsigned int* ui4)); /* 41 */      Status (*xGetGeometry) _ANSI_ARGS_((Display* d, Drawable dr, Window* w, int* i1, int* i2, unsigned int* ui1, unsigned int* ui2, unsigned int* ui3, unsigned int* ui4)); /* 41 */
705      void (*xGetInputFocus) _ANSI_ARGS_((Display* d, Window* w, int* i)); /* 42 */      void (*xGetInputFocus) _ANSI_ARGS_((Display* d, Window* w, int* i)); /* 42 */
706      int (*xGetWindowProperty) _ANSI_ARGS_((Display* d, Window w, Atom a1, long l1, long l2, Bool b, Atom a2, Atom* ap, int* ip, unsigned long* ulp1, unsigned long* ulp2, unsigned char** cpp)); /* 43 */      int (*xGetWindowProperty) _ANSI_ARGS_((Display* d, Window w, Atom a1, long l1, long l2, Bool b, Atom a2, Atom* ap, int* ip, unsigned long* ulp1, unsigned long* ulp2, unsigned char** cpp)); /* 43 */
707      Status (*xGetWindowAttributes) _ANSI_ARGS_((Display* d, Window w, XWindowAttributes* x)); /* 44 */      Status (*xGetWindowAttributes) _ANSI_ARGS_((Display* d, Window w, XWindowAttributes* x)); /* 44 */
708      int (*xGrabKeyboard) _ANSI_ARGS_((Display* d, Window w, Bool b, int i1, int i2, Time t)); /* 45 */      int (*xGrabKeyboard) _ANSI_ARGS_((Display* d, Window w, Bool b, int i1, int i2, Time t)); /* 45 */
709      int (*xGrabPointer) _ANSI_ARGS_((Display* d, Window w1, Bool b, unsigned int ui, int i1, int i2, Window w2, Cursor c, Time t)); /* 46 */      int (*xGrabPointer) _ANSI_ARGS_((Display* d, Window w1, Bool b, unsigned int ui, int i1, int i2, Window w2, Cursor c, Time t)); /* 46 */
710      KeyCode (*xKeysymToKeycode) _ANSI_ARGS_((Display* d, KeySym k)); /* 47 */      KeyCode (*xKeysymToKeycode) _ANSI_ARGS_((Display* d, KeySym k)); /* 47 */
711      Status (*xLookupColor) _ANSI_ARGS_((Display* d, Colormap c1, _Xconst char* c2, XColor* x1, XColor* x2)); /* 48 */      Status (*xLookupColor) _ANSI_ARGS_((Display* d, Colormap c1, _Xconst char* c2, XColor* x1, XColor* x2)); /* 48 */
712      void (*xMapWindow) _ANSI_ARGS_((Display* d, Window w)); /* 49 */      void (*xMapWindow) _ANSI_ARGS_((Display* d, Window w)); /* 49 */
713      void (*xMoveResizeWindow) _ANSI_ARGS_((Display* d, Window w, int i1, int i2, unsigned int ui1, unsigned int ui2)); /* 50 */      void (*xMoveResizeWindow) _ANSI_ARGS_((Display* d, Window w, int i1, int i2, unsigned int ui1, unsigned int ui2)); /* 50 */
714      void (*xMoveWindow) _ANSI_ARGS_((Display* d, Window w, int i1, int i2)); /* 51 */      void (*xMoveWindow) _ANSI_ARGS_((Display* d, Window w, int i1, int i2)); /* 51 */
715      void (*xNextEvent) _ANSI_ARGS_((Display* d, XEvent* x)); /* 52 */      void (*xNextEvent) _ANSI_ARGS_((Display* d, XEvent* x)); /* 52 */
716      void (*xPutBackEvent) _ANSI_ARGS_((Display* d, XEvent* x)); /* 53 */      void (*xPutBackEvent) _ANSI_ARGS_((Display* d, XEvent* x)); /* 53 */
717      void (*xQueryColors) _ANSI_ARGS_((Display* d, Colormap c, XColor* x, int i)); /* 54 */      void (*xQueryColors) _ANSI_ARGS_((Display* d, Colormap c, XColor* x, int i)); /* 54 */
718      Bool (*xQueryPointer) _ANSI_ARGS_((Display* d, Window w1, Window* w2, Window* w3, int* i1, int* i2, int* i3, int* i4, unsigned int* ui)); /* 55 */      Bool (*xQueryPointer) _ANSI_ARGS_((Display* d, Window w1, Window* w2, Window* w3, int* i1, int* i2, int* i3, int* i4, unsigned int* ui)); /* 55 */
719      Status (*xQueryTree) _ANSI_ARGS_((Display* d, Window w1, Window* w2, Window* w3, Window** w4, unsigned int* ui)); /* 56 */      Status (*xQueryTree) _ANSI_ARGS_((Display* d, Window w1, Window* w2, Window* w3, Window** w4, unsigned int* ui)); /* 56 */
720      void (*xRaiseWindow) _ANSI_ARGS_((Display* d, Window w)); /* 57 */      void (*xRaiseWindow) _ANSI_ARGS_((Display* d, Window w)); /* 57 */
721      void (*xRefreshKeyboardMapping) _ANSI_ARGS_((XMappingEvent* x)); /* 58 */      void (*xRefreshKeyboardMapping) _ANSI_ARGS_((XMappingEvent* x)); /* 58 */
722      void (*xResizeWindow) _ANSI_ARGS_((Display* d, Window w, unsigned int ui1, unsigned int ui2)); /* 59 */      void (*xResizeWindow) _ANSI_ARGS_((Display* d, Window w, unsigned int ui1, unsigned int ui2)); /* 59 */
723      void (*xSelectInput) _ANSI_ARGS_((Display* d, Window w, long l)); /* 60 */      void (*xSelectInput) _ANSI_ARGS_((Display* d, Window w, long l)); /* 60 */
724      Status (*xSendEvent) _ANSI_ARGS_((Display* d, Window w, Bool b, long l, XEvent* x)); /* 61 */      Status (*xSendEvent) _ANSI_ARGS_((Display* d, Window w, Bool b, long l, XEvent* x)); /* 61 */
725      void (*xSetCommand) _ANSI_ARGS_((Display* d, Window w, char** c, int i)); /* 62 */      void (*xSetCommand) _ANSI_ARGS_((Display* d, Window w, char** c, int i)); /* 62 */
726      void (*xSetIconName) _ANSI_ARGS_((Display* d, Window w, _Xconst char* c)); /* 63 */      void (*xSetIconName) _ANSI_ARGS_((Display* d, Window w, _Xconst char* c)); /* 63 */
727      void (*xSetInputFocus) _ANSI_ARGS_((Display* d, Window w, int i, Time t)); /* 64 */      void (*xSetInputFocus) _ANSI_ARGS_((Display* d, Window w, int i, Time t)); /* 64 */
728      void (*xSetSelectionOwner) _ANSI_ARGS_((Display* d, Atom a, Window w, Time t)); /* 65 */      void (*xSetSelectionOwner) _ANSI_ARGS_((Display* d, Atom a, Window w, Time t)); /* 65 */
729      void (*xSetWindowBackground) _ANSI_ARGS_((Display* d, Window w, unsigned long ul)); /* 66 */      void (*xSetWindowBackground) _ANSI_ARGS_((Display* d, Window w, unsigned long ul)); /* 66 */
730      void (*xSetWindowBackgroundPixmap) _ANSI_ARGS_((Display* d, Window w, Pixmap p)); /* 67 */      void (*xSetWindowBackgroundPixmap) _ANSI_ARGS_((Display* d, Window w, Pixmap p)); /* 67 */
731      void (*xSetWindowBorder) _ANSI_ARGS_((Display* d, Window w, unsigned long ul)); /* 68 */      void (*xSetWindowBorder) _ANSI_ARGS_((Display* d, Window w, unsigned long ul)); /* 68 */
732      void (*xSetWindowBorderPixmap) _ANSI_ARGS_((Display* d, Window w, Pixmap p)); /* 69 */      void (*xSetWindowBorderPixmap) _ANSI_ARGS_((Display* d, Window w, Pixmap p)); /* 69 */
733      void (*xSetWindowBorderWidth) _ANSI_ARGS_((Display* d, Window w, unsigned int ui)); /* 70 */      void (*xSetWindowBorderWidth) _ANSI_ARGS_((Display* d, Window w, unsigned int ui)); /* 70 */
734      void (*xSetWindowColormap) _ANSI_ARGS_((Display* d, Window w, Colormap c)); /* 71 */      void (*xSetWindowColormap) _ANSI_ARGS_((Display* d, Window w, Colormap c)); /* 71 */
735      Bool (*xTranslateCoordinates) _ANSI_ARGS_((Display* d, Window w1, Window w2, int i1, int i2, int* i3, int* i4, Window* w3)); /* 72 */      Bool (*xTranslateCoordinates) _ANSI_ARGS_((Display* d, Window w1, Window w2, int i1, int i2, int* i3, int* i4, Window* w3)); /* 72 */
736      void (*xUngrabKeyboard) _ANSI_ARGS_((Display* d, Time t)); /* 73 */      void (*xUngrabKeyboard) _ANSI_ARGS_((Display* d, Time t)); /* 73 */
737      void (*xUngrabPointer) _ANSI_ARGS_((Display* d, Time t)); /* 74 */      void (*xUngrabPointer) _ANSI_ARGS_((Display* d, Time t)); /* 74 */
738      void (*xUnmapWindow) _ANSI_ARGS_((Display* d, Window w)); /* 75 */      void (*xUnmapWindow) _ANSI_ARGS_((Display* d, Window w)); /* 75 */
739      void (*xWindowEvent) _ANSI_ARGS_((Display* d, Window w, long l, XEvent* x)); /* 76 */      void (*xWindowEvent) _ANSI_ARGS_((Display* d, Window w, long l, XEvent* x)); /* 76 */
740      void (*xDestroyIC) _ANSI_ARGS_((XIC x)); /* 77 */      void (*xDestroyIC) _ANSI_ARGS_((XIC x)); /* 77 */
741      Bool (*xFilterEvent) _ANSI_ARGS_((XEvent* x, Window w)); /* 78 */      Bool (*xFilterEvent) _ANSI_ARGS_((XEvent* x, Window w)); /* 78 */
742      int (*xmbLookupString) _ANSI_ARGS_((XIC xi, XKeyPressedEvent* xk, char* c, int i, KeySym* k, Status* s)); /* 79 */      int (*xmbLookupString) _ANSI_ARGS_((XIC xi, XKeyPressedEvent* xk, char* c, int i, KeySym* k, Status* s)); /* 79 */
743      void (*tkPutImage) _ANSI_ARGS_((unsigned long * colors, int ncolors, Display* display, Drawable d, GC gc, XImage* image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height)); /* 80 */      void (*tkPutImage) _ANSI_ARGS_((unsigned long * colors, int ncolors, Display* display, Drawable d, GC gc, XImage* image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height)); /* 80 */
744      void *reserved81;      void *reserved81;
745      Status (*xParseColor) _ANSI_ARGS_((Display * display, Colormap map, _Xconst char* spec, XColor * colorPtr)); /* 82 */      Status (*xParseColor) _ANSI_ARGS_((Display * display, Colormap map, _Xconst char* spec, XColor * colorPtr)); /* 82 */
746      GC (*xCreateGC) _ANSI_ARGS_((Display* display, Drawable d, unsigned long valuemask, XGCValues* values)); /* 83 */      GC (*xCreateGC) _ANSI_ARGS_((Display* display, Drawable d, unsigned long valuemask, XGCValues* values)); /* 83 */
747      void (*xFreeGC) _ANSI_ARGS_((Display* display, GC gc)); /* 84 */      void (*xFreeGC) _ANSI_ARGS_((Display* display, GC gc)); /* 84 */
748      Atom (*xInternAtom) _ANSI_ARGS_((Display* display, _Xconst char* atom_name, Bool only_if_exists)); /* 85 */      Atom (*xInternAtom) _ANSI_ARGS_((Display* display, _Xconst char* atom_name, Bool only_if_exists)); /* 85 */
749      void (*xSetBackground) _ANSI_ARGS_((Display* display, GC gc, unsigned long foreground)); /* 86 */      void (*xSetBackground) _ANSI_ARGS_((Display* display, GC gc, unsigned long foreground)); /* 86 */
750      void (*xSetForeground) _ANSI_ARGS_((Display* display, GC gc, unsigned long foreground)); /* 87 */      void (*xSetForeground) _ANSI_ARGS_((Display* display, GC gc, unsigned long foreground)); /* 87 */
751      void (*xSetClipMask) _ANSI_ARGS_((Display* display, GC gc, Pixmap pixmap)); /* 88 */      void (*xSetClipMask) _ANSI_ARGS_((Display* display, GC gc, Pixmap pixmap)); /* 88 */
752      void (*xSetClipOrigin) _ANSI_ARGS_((Display* display, GC gc, int clip_x_origin, int clip_y_origin)); /* 89 */      void (*xSetClipOrigin) _ANSI_ARGS_((Display* display, GC gc, int clip_x_origin, int clip_y_origin)); /* 89 */
753      void (*xSetTSOrigin) _ANSI_ARGS_((Display* display, GC gc, int ts_x_origin, int ts_y_origin)); /* 90 */      void (*xSetTSOrigin) _ANSI_ARGS_((Display* display, GC gc, int ts_x_origin, int ts_y_origin)); /* 90 */
754      void (*xChangeGC) _ANSI_ARGS_((Display * d, GC gc, unsigned long mask, XGCValues * values)); /* 91 */      void (*xChangeGC) _ANSI_ARGS_((Display * d, GC gc, unsigned long mask, XGCValues * values)); /* 91 */
755      void (*xSetFont) _ANSI_ARGS_((Display * display, GC gc, Font font)); /* 92 */      void (*xSetFont) _ANSI_ARGS_((Display * display, GC gc, Font font)); /* 92 */
756      void (*xSetArcMode) _ANSI_ARGS_((Display * display, GC gc, int arc_mode)); /* 93 */      void (*xSetArcMode) _ANSI_ARGS_((Display * display, GC gc, int arc_mode)); /* 93 */
757      void (*xSetStipple) _ANSI_ARGS_((Display * display, GC gc, Pixmap stipple)); /* 94 */      void (*xSetStipple) _ANSI_ARGS_((Display * display, GC gc, Pixmap stipple)); /* 94 */
758      void (*xSetFillRule) _ANSI_ARGS_((Display * display, GC gc, int fill_rule)); /* 95 */      void (*xSetFillRule) _ANSI_ARGS_((Display * display, GC gc, int fill_rule)); /* 95 */
759      void (*xSetFillStyle) _ANSI_ARGS_((Display * display, GC gc, int fill_style)); /* 96 */      void (*xSetFillStyle) _ANSI_ARGS_((Display * display, GC gc, int fill_style)); /* 96 */
760      void (*xSetFunction) _ANSI_ARGS_((Display * display, GC gc, int function)); /* 97 */      void (*xSetFunction) _ANSI_ARGS_((Display * display, GC gc, int function)); /* 97 */
761      void (*xSetLineAttributes) _ANSI_ARGS_((Display * display, GC gc, unsigned int line_width, int line_style, int cap_style, int join_style)); /* 98 */      void (*xSetLineAttributes) _ANSI_ARGS_((Display * display, GC gc, unsigned int line_width, int line_style, int cap_style, int join_style)); /* 98 */
762      int (*_XInitImageFuncPtrs) _ANSI_ARGS_((XImage * image)); /* 99 */      int (*_XInitImageFuncPtrs) _ANSI_ARGS_((XImage * image)); /* 99 */
763      XIC (*xCreateIC) _ANSI_ARGS_((void)); /* 100 */      XIC (*xCreateIC) _ANSI_ARGS_((void)); /* 100 */
764      XVisualInfo * (*xGetVisualInfo) _ANSI_ARGS_((Display* display, long vinfo_mask, XVisualInfo* vinfo_template, int* nitems_return)); /* 101 */      XVisualInfo * (*xGetVisualInfo) _ANSI_ARGS_((Display* display, long vinfo_mask, XVisualInfo* vinfo_template, int* nitems_return)); /* 101 */
765      void (*xSetWMClientMachine) _ANSI_ARGS_((Display* display, Window w, XTextProperty* text_prop)); /* 102 */      void (*xSetWMClientMachine) _ANSI_ARGS_((Display* display, Window w, XTextProperty* text_prop)); /* 102 */
766      Status (*xStringListToTextProperty) _ANSI_ARGS_((char** list, int count, XTextProperty* text_prop_return)); /* 103 */      Status (*xStringListToTextProperty) _ANSI_ARGS_((char** list, int count, XTextProperty* text_prop_return)); /* 103 */
767      void (*xDrawLine) _ANSI_ARGS_((Display* d, Drawable dr, GC g, int x1, int y1, int x2, int y2)); /* 104 */      void (*xDrawLine) _ANSI_ARGS_((Display* d, Drawable dr, GC g, int x1, int y1, int x2, int y2)); /* 104 */
768      void (*xWarpPointer) _ANSI_ARGS_((Display* d, Window s, Window dw, int sx, int sy, unsigned int sw, unsigned int sh, int dx, int dy)); /* 105 */      void (*xWarpPointer) _ANSI_ARGS_((Display* d, Window s, Window dw, int sx, int sy, unsigned int sw, unsigned int sh, int dx, int dy)); /* 105 */
769      void (*xFillRectangle) _ANSI_ARGS_((Display* display, Drawable d, GC gc, int x, int y, unsigned int width, unsigned int height)); /* 106 */      void (*xFillRectangle) _ANSI_ARGS_((Display* display, Drawable d, GC gc, int x, int y, unsigned int width, unsigned int height)); /* 106 */
770  #endif /* __WIN32__ */  #endif /* __WIN32__ */
771  #ifdef MAC_TCL  #ifdef MAC_TCL
772      void (*xSetDashes) _ANSI_ARGS_((Display* display, GC gc, int dash_offset, _Xconst char* dash_list, int n)); /* 0 */      void (*xSetDashes) _ANSI_ARGS_((Display* display, GC gc, int dash_offset, _Xconst char* dash_list, int n)); /* 0 */
773      XModifierKeymap* (*xGetModifierMapping) _ANSI_ARGS_((Display* d)); /* 1 */      XModifierKeymap* (*xGetModifierMapping) _ANSI_ARGS_((Display* d)); /* 1 */
774      XImage * (*xCreateImage) _ANSI_ARGS_((Display* d, Visual* v, unsigned int ui1, int i1, int i2, char* cp, unsigned int ui2, unsigned int ui3, int i3, int i4)); /* 2 */      XImage * (*xCreateImage) _ANSI_ARGS_((Display* d, Visual* v, unsigned int ui1, int i1, int i2, char* cp, unsigned int ui2, unsigned int ui3, int i3, int i4)); /* 2 */
775      XImage * (*xGetImage) _ANSI_ARGS_((Display* d, Drawable dr, int i1, int i2, unsigned int ui1, unsigned int ui2, unsigned long ul, int i3)); /* 3 */      XImage * (*xGetImage) _ANSI_ARGS_((Display* d, Drawable dr, int i1, int i2, unsigned int ui1, unsigned int ui2, unsigned long ul, int i3)); /* 3 */
776      char * (*xGetAtomName) _ANSI_ARGS_((Display* d, Atom a)); /* 4 */      char * (*xGetAtomName) _ANSI_ARGS_((Display* d, Atom a)); /* 4 */
777      char * (*xKeysymToString) _ANSI_ARGS_((KeySym k)); /* 5 */      char * (*xKeysymToString) _ANSI_ARGS_((KeySym k)); /* 5 */
778      Colormap (*xCreateColormap) _ANSI_ARGS_((Display* d, Window w, Visual* v, int i)); /* 6 */      Colormap (*xCreateColormap) _ANSI_ARGS_((Display* d, Window w, Visual* v, int i)); /* 6 */
779      GContext (*xGContextFromGC) _ANSI_ARGS_((GC g)); /* 7 */      GContext (*xGContextFromGC) _ANSI_ARGS_((GC g)); /* 7 */
780      KeySym (*xKeycodeToKeysym) _ANSI_ARGS_((Display* d, KeyCode k, int i)); /* 8 */      KeySym (*xKeycodeToKeysym) _ANSI_ARGS_((Display* d, KeyCode k, int i)); /* 8 */
781      KeySym (*xStringToKeysym) _ANSI_ARGS_((_Xconst char* c)); /* 9 */      KeySym (*xStringToKeysym) _ANSI_ARGS_((_Xconst char* c)); /* 9 */
782      Window (*xRootWindow) _ANSI_ARGS_((Display* d, int i)); /* 10 */      Window (*xRootWindow) _ANSI_ARGS_((Display* d, int i)); /* 10 */
783      XErrorHandler (*xSetErrorHandler) _ANSI_ARGS_((XErrorHandler x)); /* 11 */      XErrorHandler (*xSetErrorHandler) _ANSI_ARGS_((XErrorHandler x)); /* 11 */
784      Status (*xAllocColor) _ANSI_ARGS_((Display* d, Colormap c, XColor* xp)); /* 12 */      Status (*xAllocColor) _ANSI_ARGS_((Display* d, Colormap c, XColor* xp)); /* 12 */
785      void (*xBell) _ANSI_ARGS_((Display* d, int i)); /* 13 */      void (*xBell) _ANSI_ARGS_((Display* d, int i)); /* 13 */
786      void (*xChangeProperty) _ANSI_ARGS_((Display* d, Window w, Atom a1, Atom a2, int i1, int i2, _Xconst unsigned char* c, int i3)); /* 14 */      void (*xChangeProperty) _ANSI_ARGS_((Display* d, Window w, Atom a1, Atom a2, int i1, int i2, _Xconst unsigned char* c, int i3)); /* 14 */
787      void (*xChangeWindowAttributes) _ANSI_ARGS_((Display* d, Window w, unsigned long ul, XSetWindowAttributes* x)); /* 15 */      void (*xChangeWindowAttributes) _ANSI_ARGS_((Display* d, Window w, unsigned long ul, XSetWindowAttributes* x)); /* 15 */
788      void (*xConfigureWindow) _ANSI_ARGS_((Display* d, Window w, unsigned int i, XWindowChanges* x)); /* 16 */      void (*xConfigureWindow) _ANSI_ARGS_((Display* d, Window w, unsigned int i, XWindowChanges* x)); /* 16 */
789      void (*xCopyArea) _ANSI_ARGS_((Display* d, Drawable dr1, Drawable dr2, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4)); /* 17 */      void (*xCopyArea) _ANSI_ARGS_((Display* d, Drawable dr1, Drawable dr2, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4)); /* 17 */
790      void (*xCopyPlane) _ANSI_ARGS_((Display* d, Drawable dr1, Drawable dr2, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4, unsigned long ul)); /* 18 */      void (*xCopyPlane) _ANSI_ARGS_((Display* d, Drawable dr1, Drawable dr2, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4, unsigned long ul)); /* 18 */
791      Pixmap (*xCreateBitmapFromData) _ANSI_ARGS_((Display* display, Drawable d, _Xconst char* data, unsigned int width, unsigned int height)); /* 19 */      Pixmap (*xCreateBitmapFromData) _ANSI_ARGS_((Display* display, Drawable d, _Xconst char* data, unsigned int width, unsigned int height)); /* 19 */
792      void (*xDefineCursor) _ANSI_ARGS_((Display* d, Window w, Cursor c)); /* 20 */      void (*xDefineCursor) _ANSI_ARGS_((Display* d, Window w, Cursor c)); /* 20 */
793      void (*xDestroyWindow) _ANSI_ARGS_((Display* d, Window w)); /* 21 */      void (*xDestroyWindow) _ANSI_ARGS_((Display* d, Window w)); /* 21 */
794      void (*xDrawArc) _ANSI_ARGS_((Display* d, Drawable dr, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4)); /* 22 */      void (*xDrawArc) _ANSI_ARGS_((Display* d, Drawable dr, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4)); /* 22 */
795      void (*xDrawLines) _ANSI_ARGS_((Display* d, Drawable dr, GC g, XPoint* x, int i1, int i2)); /* 23 */      void (*xDrawLines) _ANSI_ARGS_((Display* d, Drawable dr, GC g, XPoint* x, int i1, int i2)); /* 23 */
796      void (*xDrawRectangle) _ANSI_ARGS_((Display* d, Drawable dr, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2)); /* 24 */      void (*xDrawRectangle) _ANSI_ARGS_((Display* d, Drawable dr, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2)); /* 24 */
797      void (*xFillArc) _ANSI_ARGS_((Display* d, Drawable dr, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4)); /* 25 */      void (*xFillArc) _ANSI_ARGS_((Display* d, Drawable dr, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4)); /* 25 */
798      void (*xFillPolygon) _ANSI_ARGS_((Display* d, Drawable dr, GC g, XPoint* x, int i1, int i2, int i3)); /* 26 */      void (*xFillPolygon) _ANSI_ARGS_((Display* d, Drawable dr, GC g, XPoint* x, int i1, int i2, int i3)); /* 26 */
799      void (*xFillRectangles) _ANSI_ARGS_((Display* d, Drawable dr, GC g, XRectangle* x, int i)); /* 27 */      void (*xFillRectangles) _ANSI_ARGS_((Display* d, Drawable dr, GC g, XRectangle* x, int i)); /* 27 */
800      void (*xFreeColormap) _ANSI_ARGS_((Display* d, Colormap c)); /* 28 */      void (*xFreeColormap) _ANSI_ARGS_((Display* d, Colormap c)); /* 28 */
801      void (*xFreeColors) _ANSI_ARGS_((Display* d, Colormap c, unsigned long* ulp, int i, unsigned long ul)); /* 29 */      void (*xFreeColors) _ANSI_ARGS_((Display* d, Colormap c, unsigned long* ulp, int i, unsigned long ul)); /* 29 */
802      void (*xFreeModifiermap) _ANSI_ARGS_((XModifierKeymap* x)); /* 30 */      void (*xFreeModifiermap) _ANSI_ARGS_((XModifierKeymap* x)); /* 30 */
803      Status (*xGetGeometry) _ANSI_ARGS_((Display* d, Drawable dr, Window* w, int* i1, int* i2, unsigned int* ui1, unsigned int* ui2, unsigned int* ui3, unsigned int* ui4)); /* 31 */      Status (*xGetGeometry) _ANSI_ARGS_((Display* d, Drawable dr, Window* w, int* i1, int* i2, unsigned int* ui1, unsigned int* ui2, unsigned int* ui3, unsigned int* ui4)); /* 31 */
804      int (*xGetWindowProperty) _ANSI_ARGS_((Display* d, Window w, Atom a1, long l1, long l2, Bool b, Atom a2, Atom* ap, int* ip, unsigned long* ulp1, unsigned long* ulp2, unsigned char** cpp)); /* 32 */      int (*xGetWindowProperty) _ANSI_ARGS_((Display* d, Window w, Atom a1, long l1, long l2, Bool b, Atom a2, Atom* ap, int* ip, unsigned long* ulp1, unsigned long* ulp2, unsigned char** cpp)); /* 32 */
805      int (*xGrabKeyboard) _ANSI_ARGS_((Display* d, Window w, Bool b, int i1, int i2, Time t)); /* 33 */      int (*xGrabKeyboard) _ANSI_ARGS_((Display* d, Window w, Bool b, int i1, int i2, Time t)); /* 33 */
806      int (*xGrabPointer) _ANSI_ARGS_((Display* d, Window w1, Bool b, unsigned int ui, int i1, int i2, Window w2, Cursor c, Time t)); /* 34 */      int (*xGrabPointer) _ANSI_ARGS_((Display* d, Window w1, Bool b, unsigned int ui, int i1, int i2, Window w2, Cursor c, Time t)); /* 34 */
807      KeyCode (*xKeysymToKeycode) _ANSI_ARGS_((Display* d, KeySym k)); /* 35 */      KeyCode (*xKeysymToKeycode) _ANSI_ARGS_((Display* d, KeySym k)); /* 35 */
808      void (*xMapWindow) _ANSI_ARGS_((Display* d, Window w)); /* 36 */      void (*xMapWindow) _ANSI_ARGS_((Display* d, Window w)); /* 36 */
809      void (*xMoveResizeWindow) _ANSI_ARGS_((Display* d, Window w, int i1, int i2, unsigned int ui1, unsigned int ui2)); /* 37 */      void (*xMoveResizeWindow) _ANSI_ARGS_((Display* d, Window w, int i1, int i2, unsigned int ui1, unsigned int ui2)); /* 37 */
810      void (*xMoveWindow) _ANSI_ARGS_((Display* d, Window w, int i1, int i2)); /* 38 */      void (*xMoveWindow) _ANSI_ARGS_((Display* d, Window w, int i1, int i2)); /* 38 */
811      Bool (*xQueryPointer) _ANSI_ARGS_((Display* d, Window w1, Window* w2, Window* w3, int* i1, int* i2, int* i3, int* i4, unsigned int* ui)); /* 39 */      Bool (*xQueryPointer) _ANSI_ARGS_((Display* d, Window w1, Window* w2, Window* w3, int* i1, int* i2, int* i3, int* i4, unsigned int* ui)); /* 39 */
812      void (*xRaiseWindow) _ANSI_ARGS_((Display* d, Window w)); /* 40 */      void (*xRaiseWindow) _ANSI_ARGS_((Display* d, Window w)); /* 40 */
813      void (*xRefreshKeyboardMapping) _ANSI_ARGS_((XMappingEvent* x)); /* 41 */      void (*xRefreshKeyboardMapping) _ANSI_ARGS_((XMappingEvent* x)); /* 41 */
814      void (*xResizeWindow) _ANSI_ARGS_((Display* d, Window w, unsigned int ui1, unsigned int ui2)); /* 42 */      void (*xResizeWindow) _ANSI_ARGS_((Display* d, Window w, unsigned int ui1, unsigned int ui2)); /* 42 */
815      void (*xSelectInput) _ANSI_ARGS_((Display* d, Window w, long l)); /* 43 */      void (*xSelectInput) _ANSI_ARGS_((Display* d, Window w, long l)); /* 43 */
816      Status (*xSendEvent) _ANSI_ARGS_((Display* d, Window w, Bool b, long l, XEvent* x)); /* 44 */      Status (*xSendEvent) _ANSI_ARGS_((Display* d, Window w, Bool b, long l, XEvent* x)); /* 44 */
817      void (*xSetIconName) _ANSI_ARGS_((Display* d, Window w, _Xconst char* c)); /* 45 */      void (*xSetIconName) _ANSI_ARGS_((Display* d, Window w, _Xconst char* c)); /* 45 */
818      void (*xSetInputFocus) _ANSI_ARGS_((Display* d, Window w, int i, Time t)); /* 46 */      void (*xSetInputFocus) _ANSI_ARGS_((Display* d, Window w, int i, Time t)); /* 46 */
819      void (*xSetSelectionOwner) _ANSI_ARGS_((Display* d, Atom a, Window w, Time t)); /* 47 */      void (*xSetSelectionOwner) _ANSI_ARGS_((Display* d, Atom a, Window w, Time t)); /* 47 */
820      void (*xSetWindowBackground) _ANSI_ARGS_((Display* d, Window w, unsigned long ul)); /* 48 */      void (*xSetWindowBackground) _ANSI_ARGS_((Display* d, Window w, unsigned long ul)); /* 48 */
821      void (*xSetWindowBackgroundPixmap) _ANSI_ARGS_((Display* d, Window w, Pixmap p)); /* 49 */      void (*xSetWindowBackgroundPixmap) _ANSI_ARGS_((Display* d, Window w, Pixmap p)); /* 49 */
822      void (*xSetWindowBorder) _ANSI_ARGS_((Display* d, Window w, unsigned long ul)); /* 50 */      void (*xSetWindowBorder) _ANSI_ARGS_((Display* d, Window w, unsigned long ul)); /* 50 */
823      void (*xSetWindowBorderPixmap) _ANSI_ARGS_((Display* d, Window w, Pixmap p)); /* 51 */      void (*xSetWindowBorderPixmap) _ANSI_ARGS_((Display* d, Window w, Pixmap p)); /* 51 */
824      void (*xSetWindowBorderWidth) _ANSI_ARGS_((Display* d, Window w, unsigned int ui)); /* 52 */      void (*xSetWindowBorderWidth) _ANSI_ARGS_((Display* d, Window w, unsigned int ui)); /* 52 */
825      void (*xSetWindowColormap) _ANSI_ARGS_((Display* d, Window w, Colormap c)); /* 53 */      void (*xSetWindowColormap) _ANSI_ARGS_((Display* d, Window w, Colormap c)); /* 53 */
826      void (*xUngrabKeyboard) _ANSI_ARGS_((Display* d, Time t)); /* 54 */      void (*xUngrabKeyboard) _ANSI_ARGS_((Display* d, Time t)); /* 54 */
827      void (*xUngrabPointer) _ANSI_ARGS_((Display* d, Time t)); /* 55 */      void (*xUngrabPointer) _ANSI_ARGS_((Display* d, Time t)); /* 55 */
828      void (*xUnmapWindow) _ANSI_ARGS_((Display* d, Window w)); /* 56 */      void (*xUnmapWindow) _ANSI_ARGS_((Display* d, Window w)); /* 56 */
829      void (*tkPutImage) _ANSI_ARGS_((unsigned long * colors, int ncolors, Display* display, Drawable d, GC gc, XImage* image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height)); /* 57 */      void (*tkPutImage) _ANSI_ARGS_((unsigned long * colors, int ncolors, Display* display, Drawable d, GC gc, XImage* image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height)); /* 57 */
830      Status (*xParseColor) _ANSI_ARGS_((Display * display, Colormap map, _Xconst char* spec, XColor * colorPtr)); /* 58 */      Status (*xParseColor) _ANSI_ARGS_((Display * display, Colormap map, _Xconst char* spec, XColor * colorPtr)); /* 58 */
831      GC (*xCreateGC) _ANSI_ARGS_((Display* display, Drawable d, unsigned long valuemask, XGCValues* values)); /* 59 */      GC (*xCreateGC) _ANSI_ARGS_((Display* display, Drawable d, unsigned long valuemask, XGCValues* values)); /* 59 */
832      void (*xFreeGC) _ANSI_ARGS_((Display* display, GC gc)); /* 60 */      void (*xFreeGC) _ANSI_ARGS_((Display* display, GC gc)); /* 60 */
833      Atom (*xInternAtom) _ANSI_ARGS_((Display* display, _Xconst char* atom_name, Bool only_if_exists)); /* 61 */      Atom (*xInternAtom) _ANSI_ARGS_((Display* display, _Xconst char* atom_name, Bool only_if_exists)); /* 61 */
834      void (*xSetBackground) _ANSI_ARGS_((Display* display, GC gc, unsigned long foreground)); /* 62 */      void (*xSetBackground) _ANSI_ARGS_((Display* display, GC gc, unsigned long foreground)); /* 62 */
835      void (*xSetForeground) _ANSI_ARGS_((Display* display, GC gc, unsigned long foreground)); /* 63 */      void (*xSetForeground) _ANSI_ARGS_((Display* display, GC gc, unsigned long foreground)); /* 63 */
836      void (*xSetClipMask) _ANSI_ARGS_((Display* display, GC gc, Pixmap pixmap)); /* 64 */      void (*xSetClipMask) _ANSI_ARGS_((Display* display, GC gc, Pixmap pixmap)); /* 64 */
837      void (*xSetClipOrigin) _ANSI_ARGS_((Display* display, GC gc, int clip_x_origin, int clip_y_origin)); /* 65 */      void (*xSetClipOrigin) _ANSI_ARGS_((Display* display, GC gc, int clip_x_origin, int clip_y_origin)); /* 65 */
838      void (*xSetTSOrigin) _ANSI_ARGS_((Display* display, GC gc, int ts_x_origin, int ts_y_origin)); /* 66 */      void (*xSetTSOrigin) _ANSI_ARGS_((Display* display, GC gc, int ts_x_origin, int ts_y_origin)); /* 66 */
839      void (*xChangeGC) _ANSI_ARGS_((Display * d, GC gc, unsigned long mask, XGCValues * values)); /* 67 */      void (*xChangeGC) _ANSI_ARGS_((Display * d, GC gc, unsigned long mask, XGCValues * values)); /* 67 */
840      void (*xSetFont) _ANSI_ARGS_((Display * display, GC gc, Font font)); /* 68 */      void (*xSetFont) _ANSI_ARGS_((Display * display, GC gc, Font font)); /* 68 */
841      void (*xSetArcMode) _ANSI_ARGS_((Display * display, GC gc, int arc_mode)); /* 69 */      void (*xSetArcMode) _ANSI_ARGS_((Display * display, GC gc, int arc_mode)); /* 69 */
842      void (*xSetStipple) _ANSI_ARGS_((Display * display, GC gc, Pixmap stipple)); /* 70 */      void (*xSetStipple) _ANSI_ARGS_((Display * display, GC gc, Pixmap stipple)); /* 70 */
843      void (*xSetFillRule) _ANSI_ARGS_((Display * display, GC gc, int fill_rule)); /* 71 */      void (*xSetFillRule) _ANSI_ARGS_((Display * display, GC gc, int fill_rule)); /* 71 */
844      void (*xSetFillStyle) _ANSI_ARGS_((Display * display, GC gc, int fill_style)); /* 72 */      void (*xSetFillStyle) _ANSI_ARGS_((Display * display, GC gc, int fill_style)); /* 72 */
845      void (*xSetFunction) _ANSI_ARGS_((Display * display, GC gc, int function)); /* 73 */      void (*xSetFunction) _ANSI_ARGS_((Display * display, GC gc, int function)); /* 73 */
846      void (*xSetLineAttributes) _ANSI_ARGS_((Display * display, GC gc, unsigned int line_width, int line_style, int cap_style, int join_style)); /* 74 */      void (*xSetLineAttributes) _ANSI_ARGS_((Display * display, GC gc, unsigned int line_width, int line_style, int cap_style, int join_style)); /* 74 */
847      int (*_XInitImageFuncPtrs) _ANSI_ARGS_((XImage * image)); /* 75 */      int (*_XInitImageFuncPtrs) _ANSI_ARGS_((XImage * image)); /* 75 */
848      XIC (*xCreateIC) _ANSI_ARGS_((void)); /* 76 */      XIC (*xCreateIC) _ANSI_ARGS_((void)); /* 76 */
849      XVisualInfo * (*xGetVisualInfo) _ANSI_ARGS_((Display* display, long vinfo_mask, XVisualInfo* vinfo_template, int* nitems_return)); /* 77 */      XVisualInfo * (*xGetVisualInfo) _ANSI_ARGS_((Display* display, long vinfo_mask, XVisualInfo* vinfo_template, int* nitems_return)); /* 77 */
850      void (*xSetWMClientMachine) _ANSI_ARGS_((Display* display, Window w, XTextProperty* text_prop)); /* 78 */      void (*xSetWMClientMachine) _ANSI_ARGS_((Display* display, Window w, XTextProperty* text_prop)); /* 78 */
851      Status (*xStringListToTextProperty) _ANSI_ARGS_((char** list, int count, XTextProperty* text_prop_return)); /* 79 */      Status (*xStringListToTextProperty) _ANSI_ARGS_((char** list, int count, XTextProperty* text_prop_return)); /* 79 */
852      void (*xDrawSegments) _ANSI_ARGS_((Display * display, Drawable d, GC gc, XSegment * segments, int nsegments)); /* 80 */      void (*xDrawSegments) _ANSI_ARGS_((Display * display, Drawable d, GC gc, XSegment * segments, int nsegments)); /* 80 */
853      void (*xForceScreenSaver) _ANSI_ARGS_((Display* display, int mode)); /* 81 */      void (*xForceScreenSaver) _ANSI_ARGS_((Display* display, int mode)); /* 81 */
854      void (*xDrawLine) _ANSI_ARGS_((Display* d, Drawable dr, GC g, int x1, int y1, int x2, int y2)); /* 82 */      void (*xDrawLine) _ANSI_ARGS_((Display* d, Drawable dr, GC g, int x1, int y1, int x2, int y2)); /* 82 */
855      void (*xFillRectangle) _ANSI_ARGS_((Display* display, Drawable d, GC gc, int x, int y, unsigned int width, unsigned int height)); /* 83 */      void (*xFillRectangle) _ANSI_ARGS_((Display* display, Drawable d, GC gc, int x, int y, unsigned int width, unsigned int height)); /* 83 */
856      void (*xClearWindow) _ANSI_ARGS_((Display* d, Window w)); /* 84 */      void (*xClearWindow) _ANSI_ARGS_((Display* d, Window w)); /* 84 */
857      void (*xDrawPoint) _ANSI_ARGS_((Display* display, Drawable d, GC gc, int x, int y)); /* 85 */      void (*xDrawPoint) _ANSI_ARGS_((Display* display, Drawable d, GC gc, int x, int y)); /* 85 */
858      void (*xDrawPoints) _ANSI_ARGS_((Display* display, Drawable d, GC gc, XPoint * points, int npoints, int mode)); /* 86 */      void (*xDrawPoints) _ANSI_ARGS_((Display* display, Drawable d, GC gc, XPoint * points, int npoints, int mode)); /* 86 */
859      void (*xWarpPointer) _ANSI_ARGS_((Display* display, Window src_w, Window dest_w, int src_x, int src_y, unsigned int src_width, unsigned int src_height, int dest_x, int dest_y)); /* 87 */      void (*xWarpPointer) _ANSI_ARGS_((Display* display, Window src_w, Window dest_w, int src_x, int src_y, unsigned int src_width, unsigned int src_height, int dest_x, int dest_y)); /* 87 */
860      void (*xQueryColor) _ANSI_ARGS_((Display * display, Colormap colormap, XColor * def_in_out)); /* 88 */      void (*xQueryColor) _ANSI_ARGS_((Display * display, Colormap colormap, XColor * def_in_out)); /* 88 */
861      void (*xQueryColors) _ANSI_ARGS_((Display * display, Colormap colormap, XColor * defs_in_out, int ncolors)); /* 89 */      void (*xQueryColors) _ANSI_ARGS_((Display * display, Colormap colormap, XColor * defs_in_out, int ncolors)); /* 89 */
862  #endif /* MAC_TCL */  #endif /* MAC_TCL */
863  } TkIntXlibStubs;  } TkIntXlibStubs;
864    
865  #ifdef __cplusplus  #ifdef __cplusplus
866  extern "C" {  extern "C" {
867  #endif  #endif
868  extern TkIntXlibStubs *tkIntXlibStubsPtr;  extern TkIntXlibStubs *tkIntXlibStubsPtr;
869  #ifdef __cplusplus  #ifdef __cplusplus
870  }  }
871  #endif  #endif
872    
873  #if defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS)  #if defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS)
874    
875  /*  /*
876   * Inline function declarations:   * Inline function declarations:
877   */   */
878    
879  #ifdef __WIN32__  #ifdef __WIN32__
880  #ifndef XSetDashes  #ifndef XSetDashes
881  #define XSetDashes \  #define XSetDashes \
882          (tkIntXlibStubsPtr->xSetDashes) /* 0 */          (tkIntXlibStubsPtr->xSetDashes) /* 0 */
883  #endif  #endif
884  #ifndef XGetModifierMapping  #ifndef XGetModifierMapping
885  #define XGetModifierMapping \  #define XGetModifierMapping \
886          (tkIntXlibStubsPtr->xGetModifierMapping) /* 1 */          (tkIntXlibStubsPtr->xGetModifierMapping) /* 1 */
887  #endif  #endif
888  #ifndef XCreateImage  #ifndef XCreateImage
889  #define XCreateImage \  #define XCreateImage \
890          (tkIntXlibStubsPtr->xCreateImage) /* 2 */          (tkIntXlibStubsPtr->xCreateImage) /* 2 */
891  #endif  #endif
892  #ifndef XGetImage  #ifndef XGetImage
893  #define XGetImage \  #define XGetImage \
894          (tkIntXlibStubsPtr->xGetImage) /* 3 */          (tkIntXlibStubsPtr->xGetImage) /* 3 */
895  #endif  #endif
896  #ifndef XGetAtomName  #ifndef XGetAtomName
897  #define XGetAtomName \  #define XGetAtomName \
898          (tkIntXlibStubsPtr->xGetAtomName) /* 4 */          (tkIntXlibStubsPtr->xGetAtomName) /* 4 */
899  #endif  #endif
900  #ifndef XKeysymToString  #ifndef XKeysymToString
901  #define XKeysymToString \  #define XKeysymToString \
902          (tkIntXlibStubsPtr->xKeysymToString) /* 5 */          (tkIntXlibStubsPtr->xKeysymToString) /* 5 */
903  #endif  #endif
904  #ifndef XCreateColormap  #ifndef XCreateColormap
905  #define XCreateColormap \  #define XCreateColormap \
906          (tkIntXlibStubsPtr->xCreateColormap) /* 6 */          (tkIntXlibStubsPtr->xCreateColormap) /* 6 */
907  #endif  #endif
908  #ifndef XCreatePixmapCursor  #ifndef XCreatePixmapCursor
909  #define XCreatePixmapCursor \  #define XCreatePixmapCursor \
910          (tkIntXlibStubsPtr->xCreatePixmapCursor) /* 7 */          (tkIntXlibStubsPtr->xCreatePixmapCursor) /* 7 */
911  #endif  #endif
912  #ifndef XCreateGlyphCursor  #ifndef XCreateGlyphCursor
913  #define XCreateGlyphCursor \  #define XCreateGlyphCursor \
914          (tkIntXlibStubsPtr->xCreateGlyphCursor) /* 8 */          (tkIntXlibStubsPtr->xCreateGlyphCursor) /* 8 */
915  #endif  #endif
916  #ifndef XGContextFromGC  #ifndef XGContextFromGC
917  #define XGContextFromGC \  #define XGContextFromGC \
918          (tkIntXlibStubsPtr->xGContextFromGC) /* 9 */          (tkIntXlibStubsPtr->xGContextFromGC) /* 9 */
919  #endif  #endif
920  #ifndef XListHosts  #ifndef XListHosts
921  #define XListHosts \  #define XListHosts \
922          (tkIntXlibStubsPtr->xListHosts) /* 10 */          (tkIntXlibStubsPtr->xListHosts) /* 10 */
923  #endif  #endif
924  #ifndef XKeycodeToKeysym  #ifndef XKeycodeToKeysym
925  #define XKeycodeToKeysym \  #define XKeycodeToKeysym \
926          (tkIntXlibStubsPtr->xKeycodeToKeysym) /* 11 */          (tkIntXlibStubsPtr->xKeycodeToKeysym) /* 11 */
927  #endif  #endif
928  #ifndef XStringToKeysym  #ifndef XStringToKeysym
929  #define XStringToKeysym \  #define XStringToKeysym \
930          (tkIntXlibStubsPtr->xStringToKeysym) /* 12 */          (tkIntXlibStubsPtr->xStringToKeysym) /* 12 */
931  #endif  #endif
932  #ifndef XRootWindow  #ifndef XRootWindow
933  #define XRootWindow \  #define XRootWindow \
934          (tkIntXlibStubsPtr->xRootWindow) /* 13 */          (tkIntXlibStubsPtr->xRootWindow) /* 13 */
935  #endif  #endif
936  #ifndef XSetErrorHandler  #ifndef XSetErrorHandler
937  #define XSetErrorHandler \  #define XSetErrorHandler \
938          (tkIntXlibStubsPtr->xSetErrorHandler) /* 14 */          (tkIntXlibStubsPtr->xSetErrorHandler) /* 14 */
939  #endif  #endif
940  #ifndef XIconifyWindow  #ifndef XIconifyWindow
941  #define XIconifyWindow \  #define XIconifyWindow \
942          (tkIntXlibStubsPtr->xIconifyWindow) /* 15 */          (tkIntXlibStubsPtr->xIconifyWindow) /* 15 */
943  #endif  #endif
944  #ifndef XWithdrawWindow  #ifndef XWithdrawWindow
945  #define XWithdrawWindow \  #define XWithdrawWindow \
946          (tkIntXlibStubsPtr->xWithdrawWindow) /* 16 */          (tkIntXlibStubsPtr->xWithdrawWindow) /* 16 */
947  #endif  #endif
948  #ifndef XGetWMColormapWindows  #ifndef XGetWMColormapWindows
949  #define XGetWMColormapWindows \  #define XGetWMColormapWindows \
950          (tkIntXlibStubsPtr->xGetWMColormapWindows) /* 17 */          (tkIntXlibStubsPtr->xGetWMColormapWindows) /* 17 */
951  #endif  #endif
952  #ifndef XAllocColor  #ifndef XAllocColor
953  #define XAllocColor \  #define XAllocColor \
954          (tkIntXlibStubsPtr->xAllocColor) /* 18 */          (tkIntXlibStubsPtr->xAllocColor) /* 18 */
955  #endif  #endif
956  #ifndef XBell  #ifndef XBell
957  #define XBell \  #define XBell \
958          (tkIntXlibStubsPtr->xBell) /* 19 */          (tkIntXlibStubsPtr->xBell) /* 19 */
959  #endif  #endif
960  #ifndef XChangeProperty  #ifndef XChangeProperty
961  #define XChangeProperty \  #define XChangeProperty \
962          (tkIntXlibStubsPtr->xChangeProperty) /* 20 */          (tkIntXlibStubsPtr->xChangeProperty) /* 20 */
963  #endif  #endif
964  #ifndef XChangeWindowAttributes  #ifndef XChangeWindowAttributes
965  #define XChangeWindowAttributes \  #define XChangeWindowAttributes \
966          (tkIntXlibStubsPtr->xChangeWindowAttributes) /* 21 */          (tkIntXlibStubsPtr->xChangeWindowAttributes) /* 21 */
967  #endif  #endif
968  #ifndef XClearWindow  #ifndef XClearWindow
969  #define XClearWindow \  #define XClearWindow \
970          (tkIntXlibStubsPtr->xClearWindow) /* 22 */          (tkIntXlibStubsPtr->xClearWindow) /* 22 */
971  #endif  #endif
972  #ifndef XConfigureWindow  #ifndef XConfigureWindow
973  #define XConfigureWindow \  #define XConfigureWindow \
974          (tkIntXlibStubsPtr->xConfigureWindow) /* 23 */          (tkIntXlibStubsPtr->xConfigureWindow) /* 23 */
975  #endif  #endif
976  #ifndef XCopyArea  #ifndef XCopyArea
977  #define XCopyArea \  #define XCopyArea \
978          (tkIntXlibStubsPtr->xCopyArea) /* 24 */          (tkIntXlibStubsPtr->xCopyArea) /* 24 */
979  #endif  #endif
980  #ifndef XCopyPlane  #ifndef XCopyPlane
981  #define XCopyPlane \  #define XCopyPlane \
982          (tkIntXlibStubsPtr->xCopyPlane) /* 25 */          (tkIntXlibStubsPtr->xCopyPlane) /* 25 */
983  #endif  #endif
984  #ifndef XCreateBitmapFromData  #ifndef XCreateBitmapFromData
985  #define XCreateBitmapFromData \  #define XCreateBitmapFromData \
986          (tkIntXlibStubsPtr->xCreateBitmapFromData) /* 26 */          (tkIntXlibStubsPtr->xCreateBitmapFromData) /* 26 */
987  #endif  #endif
988  #ifndef XDefineCursor  #ifndef XDefineCursor
989  #define XDefineCursor \  #define XDefineCursor \
990          (tkIntXlibStubsPtr->xDefineCursor) /* 27 */          (tkIntXlibStubsPtr->xDefineCursor) /* 27 */
991  #endif  #endif
992  #ifndef XDeleteProperty  #ifndef XDeleteProperty
993  #define XDeleteProperty \  #define XDeleteProperty \
994          (tkIntXlibStubsPtr->xDeleteProperty) /* 28 */          (tkIntXlibStubsPtr->xDeleteProperty) /* 28 */
995  #endif  #endif
996  #ifndef XDestroyWindow  #ifndef XDestroyWindow
997  #define XDestroyWindow \  #define XDestroyWindow \
998          (tkIntXlibStubsPtr->xDestroyWindow) /* 29 */          (tkIntXlibStubsPtr->xDestroyWindow) /* 29 */
999  #endif  #endif
1000  #ifndef XDrawArc  #ifndef XDrawArc
1001  #define XDrawArc \  #define XDrawArc \
1002          (tkIntXlibStubsPtr->xDrawArc) /* 30 */          (tkIntXlibStubsPtr->xDrawArc) /* 30 */
1003  #endif  #endif
1004  #ifndef XDrawLines  #ifndef XDrawLines
1005  #define XDrawLines \  #define XDrawLines \
1006          (tkIntXlibStubsPtr->xDrawLines) /* 31 */          (tkIntXlibStubsPtr->xDrawLines) /* 31 */
1007  #endif  #endif
1008  #ifndef XDrawRectangle  #ifndef XDrawRectangle
1009  #define XDrawRectangle \  #define XDrawRectangle \
1010          (tkIntXlibStubsPtr->xDrawRectangle) /* 32 */          (tkIntXlibStubsPtr->xDrawRectangle) /* 32 */
1011  #endif  #endif
1012  #ifndef XFillArc  #ifndef XFillArc
1013  #define XFillArc \  #define XFillArc \
1014          (tkIntXlibStubsPtr->xFillArc) /* 33 */          (tkIntXlibStubsPtr->xFillArc) /* 33 */
1015  #endif  #endif
1016  #ifndef XFillPolygon  #ifndef XFillPolygon
1017  #define XFillPolygon \  #define XFillPolygon \
1018          (tkIntXlibStubsPtr->xFillPolygon) /* 34 */          (tkIntXlibStubsPtr->xFillPolygon) /* 34 */
1019  #endif  #endif
1020  #ifndef XFillRectangles  #ifndef XFillRectangles
1021  #define XFillRectangles \  #define XFillRectangles \
1022          (tkIntXlibStubsPtr->xFillRectangles) /* 35 */          (tkIntXlibStubsPtr->xFillRectangles) /* 35 */
1023  #endif  #endif
1024  #ifndef XForceScreenSaver  #ifndef XForceScreenSaver
1025  #define XForceScreenSaver \  #define XForceScreenSaver \
1026          (tkIntXlibStubsPtr->xForceScreenSaver) /* 36 */          (tkIntXlibStubsPtr->xForceScreenSaver) /* 36 */
1027  #endif  #endif
1028  #ifndef XFreeColormap  #ifndef XFreeColormap
1029  #define XFreeColormap \  #define XFreeColormap \
1030          (tkIntXlibStubsPtr->xFreeColormap) /* 37 */          (tkIntXlibStubsPtr->xFreeColormap) /* 37 */
1031  #endif  #endif
1032  #ifndef XFreeColors  #ifndef XFreeColors
1033  #define XFreeColors \  #define XFreeColors \
1034          (tkIntXlibStubsPtr->xFreeColors) /* 38 */          (tkIntXlibStubsPtr->xFreeColors) /* 38 */
1035  #endif  #endif
1036  #ifndef XFreeCursor  #ifndef XFreeCursor
1037  #define XFreeCursor \  #define XFreeCursor \
1038          (tkIntXlibStubsPtr->xFreeCursor) /* 39 */          (tkIntXlibStubsPtr->xFreeCursor) /* 39 */
1039  #endif  #endif
1040  #ifndef XFreeModifiermap  #ifndef XFreeModifiermap
1041  #define XFreeModifiermap \  #define XFreeModifiermap \
1042          (tkIntXlibStubsPtr->xFreeModifiermap) /* 40 */          (tkIntXlibStubsPtr->xFreeModifiermap) /* 40 */
1043  #endif  #endif
1044  #ifndef XGetGeometry  #ifndef XGetGeometry
1045  #define XGetGeometry \  #define XGetGeometry \
1046          (tkIntXlibStubsPtr->xGetGeometry) /* 41 */          (tkIntXlibStubsPtr->xGetGeometry) /* 41 */
1047  #endif  #endif
1048  #ifndef XGetInputFocus  #ifndef XGetInputFocus
1049  #define XGetInputFocus \  #define XGetInputFocus \
1050          (tkIntXlibStubsPtr->xGetInputFocus) /* 42 */          (tkIntXlibStubsPtr->xGetInputFocus) /* 42 */
1051  #endif  #endif
1052  #ifndef XGetWindowProperty  #ifndef XGetWindowProperty
1053  #define XGetWindowProperty \  #define XGetWindowProperty \
1054          (tkIntXlibStubsPtr->xGetWindowProperty) /* 43 */          (tkIntXlibStubsPtr->xGetWindowProperty) /* 43 */
1055  #endif  #endif
1056  #ifndef XGetWindowAttributes  #ifndef XGetWindowAttributes
1057  #define XGetWindowAttributes \  #define XGetWindowAttributes \
1058          (tkIntXlibStubsPtr->xGetWindowAttributes) /* 44 */          (tkIntXlibStubsPtr->xGetWindowAttributes) /* 44 */
1059  #endif  #endif
1060  #ifndef XGrabKeyboard  #ifndef XGrabKeyboard
1061  #define XGrabKeyboard \  #define XGrabKeyboard \
1062          (tkIntXlibStubsPtr->xGrabKeyboard) /* 45 */          (tkIntXlibStubsPtr->xGrabKeyboard) /* 45 */
1063  #endif  #endif
1064  #ifndef XGrabPointer  #ifndef XGrabPointer
1065  #define XGrabPointer \  #define XGrabPointer \
1066          (tkIntXlibStubsPtr->xGrabPointer) /* 46 */          (tkIntXlibStubsPtr->xGrabPointer) /* 46 */
1067  #endif  #endif
1068  #ifndef XKeysymToKeycode  #ifndef XKeysymToKeycode
1069  #define XKeysymToKeycode \  #define XKeysymToKeycode \
1070          (tkIntXlibStubsPtr->xKeysymToKeycode) /* 47 */          (tkIntXlibStubsPtr->xKeysymToKeycode) /* 47 */
1071  #endif  #endif
1072  #ifndef XLookupColor  #ifndef XLookupColor
1073  #define XLookupColor \  #define XLookupColor \
1074          (tkIntXlibStubsPtr->xLookupColor) /* 48 */          (tkIntXlibStubsPtr->xLookupColor) /* 48 */
1075  #endif  #endif
1076  #ifndef XMapWindow  #ifndef XMapWindow
1077  #define XMapWindow \  #define XMapWindow \
1078          (tkIntXlibStubsPtr->xMapWindow) /* 49 */          (tkIntXlibStubsPtr->xMapWindow) /* 49 */
1079  #endif  #endif
1080  #ifndef XMoveResizeWindow  #ifndef XMoveResizeWindow
1081  #define XMoveResizeWindow \  #define XMoveResizeWindow \
1082          (tkIntXlibStubsPtr->xMoveResizeWindow) /* 50 */          (tkIntXlibStubsPtr->xMoveResizeWindow) /* 50 */
1083  #endif  #endif
1084  #ifndef XMoveWindow  #ifndef XMoveWindow
1085  #define XMoveWindow \  #define XMoveWindow \
1086          (tkIntXlibStubsPtr->xMoveWindow) /* 51 */          (tkIntXlibStubsPtr->xMoveWindow) /* 51 */
1087  #endif  #endif
1088  #ifndef XNextEvent  #ifndef XNextEvent
1089  #define XNextEvent \  #define XNextEvent \
1090          (tkIntXlibStubsPtr->xNextEvent) /* 52 */          (tkIntXlibStubsPtr->xNextEvent) /* 52 */
1091  #endif  #endif
1092  #ifndef XPutBackEvent  #ifndef XPutBackEvent
1093  #define XPutBackEvent \  #define XPutBackEvent \
1094          (tkIntXlibStubsPtr->xPutBackEvent) /* 53 */          (tkIntXlibStubsPtr->xPutBackEvent) /* 53 */
1095  #endif  #endif
1096  #ifndef XQueryColors  #ifndef XQueryColors
1097  #define XQueryColors \  #define XQueryColors \
1098          (tkIntXlibStubsPtr->xQueryColors) /* 54 */          (tkIntXlibStubsPtr->xQueryColors) /* 54 */
1099  #endif  #endif
1100  #ifndef XQueryPointer  #ifndef XQueryPointer
1101  #define XQueryPointer \  #define XQueryPointer \
1102          (tkIntXlibStubsPtr->xQueryPointer) /* 55 */          (tkIntXlibStubsPtr->xQueryPointer) /* 55 */
1103  #endif  #endif
1104  #ifndef XQueryTree  #ifndef XQueryTree
1105  #define XQueryTree \  #define XQueryTree \
1106          (tkIntXlibStubsPtr->xQueryTree) /* 56 */          (tkIntXlibStubsPtr->xQueryTree) /* 56 */
1107  #endif  #endif
1108  #ifndef XRaiseWindow  #ifndef XRaiseWindow
1109  #define XRaiseWindow \  #define XRaiseWindow \
1110          (tkIntXlibStubsPtr->xRaiseWindow) /* 57 */          (tkIntXlibStubsPtr->xRaiseWindow) /* 57 */
1111  #endif  #endif
1112  #ifndef XRefreshKeyboardMapping  #ifndef XRefreshKeyboardMapping
1113  #define XRefreshKeyboardMapping \  #define XRefreshKeyboardMapping \
1114          (tkIntXlibStubsPtr->xRefreshKeyboardMapping) /* 58 */          (tkIntXlibStubsPtr->xRefreshKeyboardMapping) /* 58 */
1115  #endif  #endif
1116  #ifndef XResizeWindow  #ifndef XResizeWindow
1117  #define XResizeWindow \  #define XResizeWindow \
1118          (tkIntXlibStubsPtr->xResizeWindow) /* 59 */          (tkIntXlibStubsPtr->xResizeWindow) /* 59 */
1119  #endif  #endif
1120  #ifndef XSelectInput  #ifndef XSelectInput
1121  #define XSelectInput \  #define XSelectInput \
1122          (tkIntXlibStubsPtr->xSelectInput) /* 60 */          (tkIntXlibStubsPtr->xSelectInput) /* 60 */
1123  #endif  #endif
1124  #ifndef XSendEvent  #ifndef XSendEvent
1125  #define XSendEvent \  #define XSendEvent \
1126          (tkIntXlibStubsPtr->xSendEvent) /* 61 */          (tkIntXlibStubsPtr->xSendEvent) /* 61 */
1127  #endif  #endif
1128  #ifndef XSetCommand  #ifndef XSetCommand
1129  #define XSetCommand \  #define XSetCommand \
1130          (tkIntXlibStubsPtr->xSetCommand) /* 62 */          (tkIntXlibStubsPtr->xSetCommand) /* 62 */
1131  #endif  #endif
1132  #ifndef XSetIconName  #ifndef XSetIconName
1133  #define XSetIconName \  #define XSetIconName \
1134          (tkIntXlibStubsPtr->xSetIconName) /* 63 */          (tkIntXlibStubsPtr->xSetIconName) /* 63 */
1135  #endif  #endif
1136  #ifndef XSetInputFocus  #ifndef XSetInputFocus
1137  #define XSetInputFocus \  #define XSetInputFocus \
1138          (tkIntXlibStubsPtr->xSetInputFocus) /* 64 */          (tkIntXlibStubsPtr->xSetInputFocus) /* 64 */
1139  #endif  #endif
1140  #ifndef XSetSelectionOwner  #ifndef XSetSelectionOwner
1141  #define XSetSelectionOwner \  #define XSetSelectionOwner \
1142          (tkIntXlibStubsPtr->xSetSelectionOwner) /* 65 */          (tkIntXlibStubsPtr->xSetSelectionOwner) /* 65 */
1143  #endif  #endif
1144  #ifndef XSetWindowBackground  #ifndef XSetWindowBackground
1145  #define XSetWindowBackground \  #define XSetWindowBackground \
1146          (tkIntXlibStubsPtr->xSetWindowBackground) /* 66 */          (tkIntXlibStubsPtr->xSetWindowBackground) /* 66 */
1147  #endif  #endif
1148  #ifndef XSetWindowBackgroundPixmap  #ifndef XSetWindowBackgroundPixmap
1149  #define XSetWindowBackgroundPixmap \  #define XSetWindowBackgroundPixmap \
1150          (tkIntXlibStubsPtr->xSetWindowBackgroundPixmap) /* 67 */          (tkIntXlibStubsPtr->xSetWindowBackgroundPixmap) /* 67 */
1151  #endif  #endif
1152  #ifndef XSetWindowBorder  #ifndef XSetWindowBorder
1153  #define XSetWindowBorder \  #define XSetWindowBorder \
1154          (tkIntXlibStubsPtr->xSetWindowBorder) /* 68 */          (tkIntXlibStubsPtr->xSetWindowBorder) /* 68 */
1155  #endif  #endif
1156  #ifndef XSetWindowBorderPixmap  #ifndef XSetWindowBorderPixmap
1157  #define XSetWindowBorderPixmap \  #define XSetWindowBorderPixmap \
1158          (tkIntXlibStubsPtr->xSetWindowBorderPixmap) /* 69 */          (tkIntXlibStubsPtr->xSetWindowBorderPixmap) /* 69 */
1159  #endif  #endif
1160  #ifndef XSetWindowBorderWidth  #ifndef XSetWindowBorderWidth
1161  #define XSetWindowBorderWidth \  #define XSetWindowBorderWidth \
1162          (tkIntXlibStubsPtr->xSetWindowBorderWidth) /* 70 */          (tkIntXlibStubsPtr->xSetWindowBorderWidth) /* 70 */
1163  #endif  #endif
1164  #ifndef XSetWindowColormap  #ifndef XSetWindowColormap
1165  #define XSetWindowColormap \  #define XSetWindowColormap \
1166          (tkIntXlibStubsPtr->xSetWindowColormap) /* 71 */          (tkIntXlibStubsPtr->xSetWindowColormap) /* 71 */
1167  #endif  #endif
1168  #ifndef XTranslateCoordinates  #ifndef XTranslateCoordinates
1169  #define XTranslateCoordinates \  #define XTranslateCoordinates \
1170          (tkIntXlibStubsPtr->xTranslateCoordinates) /* 72 */          (tkIntXlibStubsPtr->xTranslateCoordinates) /* 72 */
1171  #endif  #endif
1172  #ifndef XUngrabKeyboard  #ifndef XUngrabKeyboard
1173  #define XUngrabKeyboard \  #define XUngrabKeyboard \
1174          (tkIntXlibStubsPtr->xUngrabKeyboard) /* 73 */          (tkIntXlibStubsPtr->xUngrabKeyboard) /* 73 */
1175  #endif  #endif
1176  #ifndef XUngrabPointer  #ifndef XUngrabPointer
1177  #define XUngrabPointer \  #define XUngrabPointer \
1178          (tkIntXlibStubsPtr->xUngrabPointer) /* 74 */          (tkIntXlibStubsPtr->xUngrabPointer) /* 74 */
1179  #endif  #endif
1180  #ifndef XUnmapWindow  #ifndef XUnmapWindow
1181  #define XUnmapWindow \  #define XUnmapWindow \
1182          (tkIntXlibStubsPtr->xUnmapWindow) /* 75 */          (tkIntXlibStubsPtr->xUnmapWindow) /* 75 */
1183  #endif  #endif
1184  #ifndef XWindowEvent  #ifndef XWindowEvent
1185  #define XWindowEvent \  #define XWindowEvent \
1186          (tkIntXlibStubsPtr->xWindowEvent) /* 76 */          (tkIntXlibStubsPtr->xWindowEvent) /* 76 */
1187  #endif  #endif
1188  #ifndef XDestroyIC  #ifndef XDestroyIC
1189  #define XDestroyIC \  #define XDestroyIC \
1190          (tkIntXlibStubsPtr->xDestroyIC) /* 77 */          (tkIntXlibStubsPtr->xDestroyIC) /* 77 */
1191  #endif  #endif
1192  #ifndef XFilterEvent  #ifndef XFilterEvent
1193  #define XFilterEvent \  #define XFilterEvent \
1194          (tkIntXlibStubsPtr->xFilterEvent) /* 78 */          (tkIntXlibStubsPtr->xFilterEvent) /* 78 */
1195  #endif  #endif
1196  #ifndef XmbLookupString  #ifndef XmbLookupString
1197  #define XmbLookupString \  #define XmbLookupString \
1198          (tkIntXlibStubsPtr->xmbLookupString) /* 79 */          (tkIntXlibStubsPtr->xmbLookupString) /* 79 */
1199  #endif  #endif
1200  #ifndef TkPutImage  #ifndef TkPutImage
1201  #define TkPutImage \  #define TkPutImage \
1202          (tkIntXlibStubsPtr->tkPutImage) /* 80 */          (tkIntXlibStubsPtr->tkPutImage) /* 80 */
1203  #endif  #endif
1204  /* Slot 81 is reserved */  /* Slot 81 is reserved */
1205  #ifndef XParseColor  #ifndef XParseColor
1206  #define XParseColor \  #define XParseColor \
1207          (tkIntXlibStubsPtr->xParseColor) /* 82 */          (tkIntXlibStubsPtr->xParseColor) /* 82 */
1208  #endif  #endif
1209  #ifndef XCreateGC  #ifndef XCreateGC
1210  #define XCreateGC \  #define XCreateGC \
1211          (tkIntXlibStubsPtr->xCreateGC) /* 83 */          (tkIntXlibStubsPtr->xCreateGC) /* 83 */
1212  #endif  #endif
1213  #ifndef XFreeGC  #ifndef XFreeGC
1214  #define XFreeGC \  #define XFreeGC \
1215          (tkIntXlibStubsPtr->xFreeGC) /* 84 */          (tkIntXlibStubsPtr->xFreeGC) /* 84 */
1216  #endif  #endif
1217  #ifndef XInternAtom  #ifndef XInternAtom
1218  #define XInternAtom \  #define XInternAtom \
1219          (tkIntXlibStubsPtr->xInternAtom) /* 85 */          (tkIntXlibStubsPtr->xInternAtom) /* 85 */
1220  #endif  #endif
1221  #ifndef XSetBackground  #ifndef XSetBackground
1222  #define XSetBackground \  #define XSetBackground \
1223          (tkIntXlibStubsPtr->xSetBackground) /* 86 */          (tkIntXlibStubsPtr->xSetBackground) /* 86 */
1224  #endif  #endif
1225  #ifndef XSetForeground  #ifndef XSetForeground
1226  #define XSetForeground \  #define XSetForeground \
1227          (tkIntXlibStubsPtr->xSetForeground) /* 87 */          (tkIntXlibStubsPtr->xSetForeground) /* 87 */
1228  #endif  #endif
1229  #ifndef XSetClipMask  #ifndef XSetClipMask
1230  #define XSetClipMask \  #define XSetClipMask \
1231          (tkIntXlibStubsPtr->xSetClipMask) /* 88 */          (tkIntXlibStubsPtr->xSetClipMask) /* 88 */
1232  #endif  #endif
1233  #ifndef XSetClipOrigin  #ifndef XSetClipOrigin
1234  #define XSetClipOrigin \  #define XSetClipOrigin \
1235          (tkIntXlibStubsPtr->xSetClipOrigin) /* 89 */          (tkIntXlibStubsPtr->xSetClipOrigin) /* 89 */
1236  #endif  #endif
1237  #ifndef XSetTSOrigin  #ifndef XSetTSOrigin
1238  #define XSetTSOrigin \  #define XSetTSOrigin \
1239          (tkIntXlibStubsPtr->xSetTSOrigin) /* 90 */          (tkIntXlibStubsPtr->xSetTSOrigin) /* 90 */
1240  #endif  #endif
1241  #ifndef XChangeGC  #ifndef XChangeGC
1242  #define XChangeGC \  #define XChangeGC \
1243          (tkIntXlibStubsPtr->xChangeGC) /* 91 */          (tkIntXlibStubsPtr->xChangeGC) /* 91 */
1244  #endif  #endif
1245  #ifndef XSetFont  #ifndef XSetFont
1246  #define XSetFont \  #define XSetFont \
1247          (tkIntXlibStubsPtr->xSetFont) /* 92 */          (tkIntXlibStubsPtr->xSetFont) /* 92 */
1248  #endif  #endif
1249  #ifndef XSetArcMode  #ifndef XSetArcMode
1250  #define XSetArcMode \  #define XSetArcMode \
1251          (tkIntXlibStubsPtr->xSetArcMode) /* 93 */          (tkIntXlibStubsPtr->xSetArcMode) /* 93 */
1252  #endif  #endif
1253  #ifndef XSetStipple  #ifndef XSetStipple
1254  #define XSetStipple \  #define XSetStipple \
1255          (tkIntXlibStubsPtr->xSetStipple) /* 94 */          (tkIntXlibStubsPtr->xSetStipple) /* 94 */
1256  #endif  #endif
1257  #ifndef XSetFillRule  #ifndef XSetFillRule
1258  #define XSetFillRule \  #define XSetFillRule \
1259          (tkIntXlibStubsPtr->xSetFillRule) /* 95 */          (tkIntXlibStubsPtr->xSetFillRule) /* 95 */
1260  #endif  #endif
1261  #ifndef XSetFillStyle  #ifndef XSetFillStyle
1262  #define XSetFillStyle \  #define XSetFillStyle \
1263          (tkIntXlibStubsPtr->xSetFillStyle) /* 96 */          (tkIntXlibStubsPtr->xSetFillStyle) /* 96 */
1264  #endif  #endif
1265  #ifndef XSetFunction  #ifndef XSetFunction
1266  #define XSetFunction \  #define XSetFunction \
1267          (tkIntXlibStubsPtr->xSetFunction) /* 97 */          (tkIntXlibStubsPtr->xSetFunction) /* 97 */
1268  #endif  #endif
1269  #ifndef XSetLineAttributes  #ifndef XSetLineAttributes
1270  #define XSetLineAttributes \  #define XSetLineAttributes \
1271          (tkIntXlibStubsPtr->xSetLineAttributes) /* 98 */          (tkIntXlibStubsPtr->xSetLineAttributes) /* 98 */
1272  #endif  #endif
1273  #ifndef _XInitImageFuncPtrs  #ifndef _XInitImageFuncPtrs
1274  #define _XInitImageFuncPtrs \  #define _XInitImageFuncPtrs \
1275          (tkIntXlibStubsPtr->_XInitImageFuncPtrs) /* 99 */          (tkIntXlibStubsPtr->_XInitImageFuncPtrs) /* 99 */
1276  #endif  #endif
1277  #ifndef XCreateIC  #ifndef XCreateIC
1278  #define XCreateIC \  #define XCreateIC \
1279          (tkIntXlibStubsPtr->xCreateIC) /* 100 */          (tkIntXlibStubsPtr->xCreateIC) /* 100 */
1280  #endif  #endif
1281  #ifndef XGetVisualInfo  #ifndef XGetVisualInfo
1282  #define XGetVisualInfo \  #define XGetVisualInfo \
1283          (tkIntXlibStubsPtr->xGetVisualInfo) /* 101 */          (tkIntXlibStubsPtr->xGetVisualInfo) /* 101 */
1284  #endif  #endif
1285  #ifndef XSetWMClientMachine  #ifndef XSetWMClientMachine
1286  #define XSetWMClientMachine \  #define XSetWMClientMachine \
1287          (tkIntXlibStubsPtr->xSetWMClientMachine) /* 102 */          (tkIntXlibStubsPtr->xSetWMClientMachine) /* 102 */
1288  #endif  #endif
1289  #ifndef XStringListToTextProperty  #ifndef XStringListToTextProperty
1290  #define XStringListToTextProperty \  #define XStringListToTextProperty \
1291          (tkIntXlibStubsPtr->xStringListToTextProperty) /* 103 */          (tkIntXlibStubsPtr->xStringListToTextProperty) /* 103 */
1292  #endif  #endif
1293  #ifndef XDrawLine  #ifndef XDrawLine
1294  #define XDrawLine \  #define XDrawLine \
1295          (tkIntXlibStubsPtr->xDrawLine) /* 104 */          (tkIntXlibStubsPtr->xDrawLine) /* 104 */
1296  #endif  #endif
1297  #ifndef XWarpPointer  #ifndef XWarpPointer
1298  #define XWarpPointer \  #define XWarpPointer \
1299          (tkIntXlibStubsPtr->xWarpPointer) /* 105 */          (tkIntXlibStubsPtr->xWarpPointer) /* 105 */
1300  #endif  #endif
1301  #ifndef XFillRectangle  #ifndef XFillRectangle
1302  #define XFillRectangle \  #define XFillRectangle \
1303          (tkIntXlibStubsPtr->xFillRectangle) /* 106 */          (tkIntXlibStubsPtr->xFillRectangle) /* 106 */
1304  #endif  #endif
1305  #endif /* __WIN32__ */  #endif /* __WIN32__ */
1306  #ifdef MAC_TCL  #ifdef MAC_TCL
1307  #ifndef XSetDashes  #ifndef XSetDashes
1308  #define XSetDashes \  #define XSetDashes \
1309          (tkIntXlibStubsPtr->xSetDashes) /* 0 */          (tkIntXlibStubsPtr->xSetDashes) /* 0 */
1310  #endif  #endif
1311  #ifndef XGetModifierMapping  #ifndef XGetModifierMapping
1312  #define XGetModifierMapping \  #define XGetModifierMapping \
1313          (tkIntXlibStubsPtr->xGetModifierMapping) /* 1 */          (tkIntXlibStubsPtr->xGetModifierMapping) /* 1 */
1314  #endif  #endif
1315  #ifndef XCreateImage  #ifndef XCreateImage
1316  #define XCreateImage \  #define XCreateImage \
1317          (tkIntXlibStubsPtr->xCreateImage) /* 2 */          (tkIntXlibStubsPtr->xCreateImage) /* 2 */
1318  #endif  #endif
1319  #ifndef XGetImage  #ifndef XGetImage
1320  #define XGetImage \  #define XGetImage \
1321          (tkIntXlibStubsPtr->xGetImage) /* 3 */          (tkIntXlibStubsPtr->xGetImage) /* 3 */
1322  #endif  #endif
1323  #ifndef XGetAtomName  #ifndef XGetAtomName
1324  #define XGetAtomName \  #define XGetAtomName \
1325          (tkIntXlibStubsPtr->xGetAtomName) /* 4 */          (tkIntXlibStubsPtr->xGetAtomName) /* 4 */
1326  #endif  #endif
1327  #ifndef XKeysymToString  #ifndef XKeysymToString
1328  #define XKeysymToString \  #define XKeysymToString \
1329          (tkIntXlibStubsPtr->xKeysymToString) /* 5 */          (tkIntXlibStubsPtr->xKeysymToString) /* 5 */
1330  #endif  #endif
1331  #ifndef XCreateColormap  #ifndef XCreateColormap
1332  #define XCreateColormap \  #define XCreateColormap \
1333          (tkIntXlibStubsPtr->xCreateColormap) /* 6 */          (tkIntXlibStubsPtr->xCreateColormap) /* 6 */
1334  #endif  #endif
1335  #ifndef XGContextFromGC  #ifndef XGContextFromGC
1336  #define XGContextFromGC \  #define XGContextFromGC \
1337          (tkIntXlibStubsPtr->xGContextFromGC) /* 7 */          (tkIntXlibStubsPtr->xGContextFromGC) /* 7 */
1338  #endif  #endif
1339  #ifndef XKeycodeToKeysym  #ifndef XKeycodeToKeysym
1340  #define XKeycodeToKeysym \  #define XKeycodeToKeysym \
1341          (tkIntXlibStubsPtr->xKeycodeToKeysym) /* 8 */          (tkIntXlibStubsPtr->xKeycodeToKeysym) /* 8 */
1342  #endif  #endif
1343  #ifndef XStringToKeysym  #ifndef XStringToKeysym
1344  #define XStringToKeysym \  #define XStringToKeysym \
1345          (tkIntXlibStubsPtr->xStringToKeysym) /* 9 */          (tkIntXlibStubsPtr->xStringToKeysym) /* 9 */
1346  #endif  #endif
1347  #ifndef XRootWindow  #ifndef XRootWindow
1348  #define XRootWindow \  #define XRootWindow \
1349          (tkIntXlibStubsPtr->xRootWindow) /* 10 */          (tkIntXlibStubsPtr->xRootWindow) /* 10 */
1350  #endif  #endif
1351  #ifndef XSetErrorHandler  #ifndef XSetErrorHandler
1352  #define XSetErrorHandler \  #define XSetErrorHandler \
1353          (tkIntXlibStubsPtr->xSetErrorHandler) /* 11 */          (tkIntXlibStubsPtr->xSetErrorHandler) /* 11 */
1354  #endif  #endif
1355  #ifndef XAllocColor  #ifndef XAllocColor
1356  #define XAllocColor \  #define XAllocColor \
1357          (tkIntXlibStubsPtr->xAllocColor) /* 12 */          (tkIntXlibStubsPtr->xAllocColor) /* 12 */
1358  #endif  #endif
1359  #ifndef XBell  #ifndef XBell
1360  #define XBell \  #define XBell \
1361          (tkIntXlibStubsPtr->xBell) /* 13 */          (tkIntXlibStubsPtr->xBell) /* 13 */
1362  #endif  #endif
1363  #ifndef XChangeProperty  #ifndef XChangeProperty
1364  #define XChangeProperty \  #define XChangeProperty \
1365          (tkIntXlibStubsPtr->xChangeProperty) /* 14 */          (tkIntXlibStubsPtr->xChangeProperty) /* 14 */
1366  #endif  #endif
1367  #ifndef XChangeWindowAttributes  #ifndef XChangeWindowAttributes
1368  #define XChangeWindowAttributes \  #define XChangeWindowAttributes \
1369          (tkIntXlibStubsPtr->xChangeWindowAttributes) /* 15 */          (tkIntXlibStubsPtr->xChangeWindowAttributes) /* 15 */
1370  #endif  #endif
1371  #ifndef XConfigureWindow  #ifndef XConfigureWindow
1372  #define XConfigureWindow \  #define XConfigureWindow \
1373          (tkIntXlibStubsPtr->xConfigureWindow) /* 16 */          (tkIntXlibStubsPtr->xConfigureWindow) /* 16 */
1374  #endif  #endif
1375  #ifndef XCopyArea  #ifndef XCopyArea
1376  #define XCopyArea \  #define XCopyArea \
1377          (tkIntXlibStubsPtr->xCopyArea) /* 17 */          (tkIntXlibStubsPtr->xCopyArea) /* 17 */
1378  #endif  #endif
1379  #ifndef XCopyPlane  #ifndef XCopyPlane
1380  #define XCopyPlane \  #define XCopyPlane \
1381          (tkIntXlibStubsPtr->xCopyPlane) /* 18 */          (tkIntXlibStubsPtr->xCopyPlane) /* 18 */
1382  #endif  #endif
1383  #ifndef XCreateBitmapFromData  #ifndef XCreateBitmapFromData
1384  #define XCreateBitmapFromData \  #define XCreateBitmapFromData \
1385          (tkIntXlibStubsPtr->xCreateBitmapFromData) /* 19 */          (tkIntXlibStubsPtr->xCreateBitmapFromData) /* 19 */
1386  #endif  #endif
1387  #ifndef XDefineCursor  #ifndef XDefineCursor
1388  #define XDefineCursor \  #define XDefineCursor \
1389          (tkIntXlibStubsPtr->xDefineCursor) /* 20 */          (tkIntXlibStubsPtr->xDefineCursor) /* 20 */
1390  #endif  #endif
1391  #ifndef XDestroyWindow  #ifndef XDestroyWindow
1392  #define XDestroyWindow \  #define XDestroyWindow \
1393          (tkIntXlibStubsPtr->xDestroyWindow) /* 21 */          (tkIntXlibStubsPtr->xDestroyWindow) /* 21 */
1394  #endif  #endif
1395  #ifndef XDrawArc  #ifndef XDrawArc
1396  #define XDrawArc \  #define XDrawArc \
1397          (tkIntXlibStubsPtr->xDrawArc) /* 22 */          (tkIntXlibStubsPtr->xDrawArc) /* 22 */
1398  #endif  #endif
1399  #ifndef XDrawLines  #ifndef XDrawLines
1400  #define XDrawLines \  #define XDrawLines \
1401          (tkIntXlibStubsPtr->xDrawLines) /* 23 */          (tkIntXlibStubsPtr->xDrawLines) /* 23 */
1402  #endif  #endif
1403  #ifndef XDrawRectangle  #ifndef XDrawRectangle
1404  #define XDrawRectangle \  #define XDrawRectangle \
1405          (tkIntXlibStubsPtr->xDrawRectangle) /* 24 */          (tkIntXlibStubsPtr->xDrawRectangle) /* 24 */
1406  #endif  #endif
1407  #ifndef XFillArc  #ifndef XFillArc
1408  #define XFillArc \  #define XFillArc \
1409          (tkIntXlibStubsPtr->xFillArc) /* 25 */          (tkIntXlibStubsPtr->xFillArc) /* 25 */
1410  #endif  #endif
1411  #ifndef XFillPolygon  #ifndef XFillPolygon
1412  #define XFillPolygon \  #define XFillPolygon \
1413          (tkIntXlibStubsPtr->xFillPolygon) /* 26 */          (tkIntXlibStubsPtr->xFillPolygon) /* 26 */
1414  #endif  #endif
1415  #ifndef XFillRectangles  #ifndef XFillRectangles
1416  #define XFillRectangles \  #define XFillRectangles \
1417          (tkIntXlibStubsPtr->xFillRectangles) /* 27 */          (tkIntXlibStubsPtr->xFillRectangles) /* 27 */
1418  #endif  #endif
1419  #ifndef XFreeColormap  #ifndef XFreeColormap
1420  #define XFreeColormap \  #define XFreeColormap \
1421          (tkIntXlibStubsPtr->xFreeColormap) /* 28 */          (tkIntXlibStubsPtr->xFreeColormap) /* 28 */
1422  #endif  #endif
1423  #ifndef XFreeColors  #ifndef XFreeColors
1424  #define XFreeColors \  #define XFreeColors \
1425          (tkIntXlibStubsPtr->xFreeColors) /* 29 */          (tkIntXlibStubsPtr->xFreeColors) /* 29 */
1426  #endif  #endif
1427  #ifndef XFreeModifiermap  #ifndef XFreeModifiermap
1428  #define XFreeModifiermap \  #define XFreeModifiermap \
1429          (tkIntXlibStubsPtr->xFreeModifiermap) /* 30 */          (tkIntXlibStubsPtr->xFreeModifiermap) /* 30 */
1430  #endif  #endif
1431  #ifndef XGetGeometry  #ifndef XGetGeometry
1432  #define XGetGeometry \  #define XGetGeometry \
1433          (tkIntXlibStubsPtr->xGetGeometry) /* 31 */          (tkIntXlibStubsPtr->xGetGeometry) /* 31 */
1434  #endif  #endif
1435  #ifndef XGetWindowProperty  #ifndef XGetWindowProperty
1436  #define XGetWindowProperty \  #define XGetWindowProperty \
1437          (tkIntXlibStubsPtr->xGetWindowProperty) /* 32 */          (tkIntXlibStubsPtr->xGetWindowProperty) /* 32 */
1438  #endif  #endif
1439  #ifndef XGrabKeyboard  #ifndef XGrabKeyboard
1440  #define XGrabKeyboard \  #define XGrabKeyboard \
1441          (tkIntXlibStubsPtr->xGrabKeyboard) /* 33 */          (tkIntXlibStubsPtr->xGrabKeyboard) /* 33 */
1442  #endif  #endif
1443  #ifndef XGrabPointer  #ifndef XGrabPointer
1444  #define XGrabPointer \  #define XGrabPointer \
1445          (tkIntXlibStubsPtr->xGrabPointer) /* 34 */          (tkIntXlibStubsPtr->xGrabPointer) /* 34 */
1446  #endif  #endif
1447  #ifndef XKeysymToKeycode  #ifndef XKeysymToKeycode
1448  #define XKeysymToKeycode \  #define XKeysymToKeycode \
1449          (tkIntXlibStubsPtr->xKeysymToKeycode) /* 35 */          (tkIntXlibStubsPtr->xKeysymToKeycode) /* 35 */
1450  #endif  #endif
1451  #ifndef XMapWindow  #ifndef XMapWindow
1452  #define XMapWindow \  #define XMapWindow \
1453          (tkIntXlibStubsPtr->xMapWindow) /* 36 */          (tkIntXlibStubsPtr->xMapWindow) /* 36 */
1454  #endif  #endif
1455  #ifndef XMoveResizeWindow  #ifndef XMoveResizeWindow
1456  #define XMoveResizeWindow \  #define XMoveResizeWindow \
1457          (tkIntXlibStubsPtr->xMoveResizeWindow) /* 37 */          (tkIntXlibStubsPtr->xMoveResizeWindow) /* 37 */
1458  #endif  #endif
1459  #ifndef XMoveWindow  #ifndef XMoveWindow
1460  #define XMoveWindow \  #define XMoveWindow \
1461          (tkIntXlibStubsPtr->xMoveWindow) /* 38 */          (tkIntXlibStubsPtr->xMoveWindow) /* 38 */
1462  #endif  #endif
1463  #ifndef XQueryPointer  #ifndef XQueryPointer
1464  #define XQueryPointer \  #define XQueryPointer \
1465          (tkIntXlibStubsPtr->xQueryPointer) /* 39 */          (tkIntXlibStubsPtr->xQueryPointer) /* 39 */
1466  #endif  #endif
1467  #ifndef XRaiseWindow  #ifndef XRaiseWindow
1468  #define XRaiseWindow \  #define XRaiseWindow \
1469          (tkIntXlibStubsPtr->xRaiseWindow) /* 40 */          (tkIntXlibStubsPtr->xRaiseWindow) /* 40 */
1470  #endif  #endif
1471  #ifndef XRefreshKeyboardMapping  #ifndef XRefreshKeyboardMapping
1472  #define XRefreshKeyboardMapping \  #define XRefreshKeyboardMapping \
1473          (tkIntXlibStubsPtr->xRefreshKeyboardMapping) /* 41 */          (tkIntXlibStubsPtr->xRefreshKeyboardMapping) /* 41 */
1474  #endif  #endif
1475  #ifndef XResizeWindow  #ifndef XResizeWindow
1476  #define XResizeWindow \  #define XResizeWindow \
1477          (tkIntXlibStubsPtr->xResizeWindow) /* 42 */          (tkIntXlibStubsPtr->xResizeWindow) /* 42 */
1478  #endif  #endif
1479  #ifndef XSelectInput  #ifndef XSelectInput
1480  #define XSelectInput \  #define XSelectInput \
1481          (tkIntXlibStubsPtr->xSelectInput) /* 43 */          (tkIntXlibStubsPtr->xSelectInput) /* 43 */
1482  #endif  #endif
1483  #ifndef XSendEvent  #ifndef XSendEvent
1484  #define XSendEvent \  #define XSendEvent \
1485          (tkIntXlibStubsPtr->xSendEvent) /* 44 */          (tkIntXlibStubsPtr->xSendEvent) /* 44 */
1486  #endif  #endif
1487  #ifndef XSetIconName  #ifndef XSetIconName
1488  #define XSetIconName \  #define XSetIconName \
1489          (tkIntXlibStubsPtr->xSetIconName) /* 45 */          (tkIntXlibStubsPtr->xSetIconName) /* 45 */
1490  #endif  #endif
1491  #ifndef XSetInputFocus  #ifndef XSetInputFocus
1492  #define XSetInputFocus \  #define XSetInputFocus \
1493          (tkIntXlibStubsPtr->xSetInputFocus) /* 46 */          (tkIntXlibStubsPtr->xSetInputFocus) /* 46 */
1494  #endif  #endif
1495  #ifndef XSetSelectionOwner  #ifndef XSetSelectionOwner
1496  #define XSetSelectionOwner \  #define XSetSelectionOwner \
1497          (tkIntXlibStubsPtr->xSetSelectionOwner) /* 47 */          (tkIntXlibStubsPtr->xSetSelectionOwner) /* 47 */
1498  #endif  #endif
1499  #ifndef XSetWindowBackground  #ifndef XSetWindowBackground
1500  #define XSetWindowBackground \  #define XSetWindowBackground \
1501          (tkIntXlibStubsPtr->xSetWindowBackground) /* 48 */          (tkIntXlibStubsPtr->xSetWindowBackground) /* 48 */
1502  #endif  #endif
1503  #ifndef XSetWindowBackgroundPixmap  #ifndef XSetWindowBackgroundPixmap
1504  #define XSetWindowBackgroundPixmap \  #define XSetWindowBackgroundPixmap \
1505          (tkIntXlibStubsPtr->xSetWindowBackgroundPixmap) /* 49 */          (tkIntXlibStubsPtr->xSetWindowBackgroundPixmap) /* 49 */
1506  #endif  #endif
1507  #ifndef XSetWindowBorder  #ifndef XSetWindowBorder
1508  #define XSetWindowBorder \  #define XSetWindowBorder \
1509          (tkIntXlibStubsPtr->xSetWindowBorder) /* 50 */          (tkIntXlibStubsPtr->xSetWindowBorder) /* 50 */
1510  #endif  #endif
1511  #ifndef XSetWindowBorderPixmap  #ifndef XSetWindowBorderPixmap
1512  #define XSetWindowBorderPixmap \  #define XSetWindowBorderPixmap \
1513          (tkIntXlibStubsPtr->xSetWindowBorderPixmap) /* 51 */          (tkIntXlibStubsPtr->xSetWindowBorderPixmap) /* 51 */
1514  #endif  #endif
1515  #ifndef XSetWindowBorderWidth  #ifndef XSetWindowBorderWidth
1516  #define XSetWindowBorderWidth \  #define XSetWindowBorderWidth \
1517          (tkIntXlibStubsPtr->xSetWindowBorderWidth) /* 52 */          (tkIntXlibStubsPtr->xSetWindowBorderWidth) /* 52 */
1518  #endif  #endif
1519  #ifndef XSetWindowColormap  #ifndef XSetWindowColormap
1520  #define XSetWindowColormap \  #define XSetWindowColormap \
1521          (tkIntXlibStubsPtr->xSetWindowColormap) /* 53 */          (tkIntXlibStubsPtr->xSetWindowColormap) /* 53 */
1522  #endif  #endif
1523  #ifndef XUngrabKeyboard  #ifndef XUngrabKeyboard
1524  #define XUngrabKeyboard \  #define XUngrabKeyboard \
1525          (tkIntXlibStubsPtr->xUngrabKeyboard) /* 54 */          (tkIntXlibStubsPtr->xUngrabKeyboard) /* 54 */
1526  #endif  #endif
1527  #ifndef XUngrabPointer  #ifndef XUngrabPointer
1528  #define XUngrabPointer \  #define XUngrabPointer \
1529          (tkIntXlibStubsPtr->xUngrabPointer) /* 55 */          (tkIntXlibStubsPtr->xUngrabPointer) /* 55 */
1530  #endif  #endif
1531  #ifndef XUnmapWindow  #ifndef XUnmapWindow
1532  #define XUnmapWindow \  #define XUnmapWindow \
1533          (tkIntXlibStubsPtr->xUnmapWindow) /* 56 */          (tkIntXlibStubsPtr->xUnmapWindow) /* 56 */
1534  #endif  #endif
1535  #ifndef TkPutImage  #ifndef TkPutImage
1536  #define TkPutImage \  #define TkPutImage \
1537          (tkIntXlibStubsPtr->tkPutImage) /* 57 */          (tkIntXlibStubsPtr->tkPutImage) /* 57 */
1538  #endif  #endif
1539  #ifndef XParseColor  #ifndef XParseColor
1540  #define XParseColor \  #define XParseColor \
1541          (tkIntXlibStubsPtr->xParseColor) /* 58 */          (tkIntXlibStubsPtr->xParseColor) /* 58 */
1542  #endif  #endif
1543  #ifndef XCreateGC  #ifndef XCreateGC
1544  #define XCreateGC \  #define XCreateGC \
1545          (tkIntXlibStubsPtr->xCreateGC) /* 59 */          (tkIntXlibStubsPtr->xCreateGC) /* 59 */
1546  #endif  #endif
1547  #ifndef XFreeGC  #ifndef XFreeGC
1548  #define XFreeGC \  #define XFreeGC \
1549          (tkIntXlibStubsPtr->xFreeGC) /* 60 */          (tkIntXlibStubsPtr->xFreeGC) /* 60 */
1550  #endif  #endif
1551  #ifndef XInternAtom  #ifndef XInternAtom
1552  #define XInternAtom \  #define XInternAtom \
1553          (tkIntXlibStubsPtr->xInternAtom) /* 61 */          (tkIntXlibStubsPtr->xInternAtom) /* 61 */
1554  #endif  #endif
1555  #ifndef XSetBackground  #ifndef XSetBackground
1556  #define XSetBackground \  #define XSetBackground \
1557          (tkIntXlibStubsPtr->xSetBackground) /* 62 */          (tkIntXlibStubsPtr->xSetBackground) /* 62 */
1558  #endif  #endif
1559  #ifndef XSetForeground  #ifndef XSetForeground
1560  #define XSetForeground \  #define XSetForeground \
1561          (tkIntXlibStubsPtr->xSetForeground) /* 63 */          (tkIntXlibStubsPtr->xSetForeground) /* 63 */
1562  #endif  #endif
1563  #ifndef XSetClipMask  #ifndef XSetClipMask
1564  #define XSetClipMask \  #define XSetClipMask \
1565          (tkIntXlibStubsPtr->xSetClipMask) /* 64 */          (tkIntXlibStubsPtr->xSetClipMask) /* 64 */
1566  #endif  #endif
1567  #ifndef XSetClipOrigin  #ifndef XSetClipOrigin
1568  #define XSetClipOrigin \  #define XSetClipOrigin \
1569          (tkIntXlibStubsPtr->xSetClipOrigin) /* 65 */          (tkIntXlibStubsPtr->xSetClipOrigin) /* 65 */
1570  #endif  #endif
1571  #ifndef XSetTSOrigin  #ifndef XSetTSOrigin
1572  #define XSetTSOrigin \  #define XSetTSOrigin \
1573          (tkIntXlibStubsPtr->xSetTSOrigin) /* 66 */          (tkIntXlibStubsPtr->xSetTSOrigin) /* 66 */
1574  #endif  #endif
1575  #ifndef XChangeGC  #ifndef XChangeGC
1576  #define XChangeGC \  #define XChangeGC \
1577          (tkIntXlibStubsPtr->xChangeGC) /* 67 */          (tkIntXlibStubsPtr->xChangeGC) /* 67 */
1578  #endif  #endif
1579  #ifndef XSetFont  #ifndef XSetFont
1580  #define XSetFont \  #define XSetFont \
1581          (tkIntXlibStubsPtr->xSetFont) /* 68 */          (tkIntXlibStubsPtr->xSetFont) /* 68 */
1582  #endif  #endif
1583  #ifndef XSetArcMode  #ifndef XSetArcMode
1584  #define XSetArcMode \  #define XSetArcMode \
1585          (tkIntXlibStubsPtr->xSetArcMode) /* 69 */          (tkIntXlibStubsPtr->xSetArcMode) /* 69 */
1586  #endif  #endif
1587  #ifndef XSetStipple  #ifndef XSetStipple
1588  #define XSetStipple \  #define XSetStipple \
1589          (tkIntXlibStubsPtr->xSetStipple) /* 70 */          (tkIntXlibStubsPtr->xSetStipple) /* 70 */
1590  #endif  #endif
1591  #ifndef XSetFillRule  #ifndef XSetFillRule
1592  #define XSetFillRule \  #define XSetFillRule \
1593          (tkIntXlibStubsPtr->xSetFillRule) /* 71 */          (tkIntXlibStubsPtr->xSetFillRule) /* 71 */
1594  #endif  #endif
1595  #ifndef XSetFillStyle  #ifndef XSetFillStyle
1596  #define XSetFillStyle \  #define XSetFillStyle \
1597          (tkIntXlibStubsPtr->xSetFillStyle) /* 72 */          (tkIntXlibStubsPtr->xSetFillStyle) /* 72 */
1598  #endif  #endif
1599  #ifndef XSetFunction  #ifndef XSetFunction
1600  #define XSetFunction \  #define XSetFunction \
1601          (tkIntXlibStubsPtr->xSetFunction) /* 73 */          (tkIntXlibStubsPtr->xSetFunction) /* 73 */
1602  #endif  #endif
1603  #ifndef XSetLineAttributes  #ifndef XSetLineAttributes
1604  #define XSetLineAttributes \  #define XSetLineAttributes \
1605          (tkIntXlibStubsPtr->xSetLineAttributes) /* 74 */          (tkIntXlibStubsPtr->xSetLineAttributes) /* 74 */
1606  #endif  #endif
1607  #ifndef _XInitImageFuncPtrs  #ifndef _XInitImageFuncPtrs
1608  #define _XInitImageFuncPtrs \  #define _XInitImageFuncPtrs \
1609          (tkIntXlibStubsPtr->_XInitImageFuncPtrs) /* 75 */          (tkIntXlibStubsPtr->_XInitImageFuncPtrs) /* 75 */
1610  #endif  #endif
1611  #ifndef XCreateIC  #ifndef XCreateIC
1612  #define XCreateIC \  #define XCreateIC \
1613          (tkIntXlibStubsPtr->xCreateIC) /* 76 */          (tkIntXlibStubsPtr->xCreateIC) /* 76 */
1614  #endif  #endif
1615  #ifndef XGetVisualInfo  #ifndef XGetVisualInfo
1616  #define XGetVisualInfo \  #define XGetVisualInfo \
1617          (tkIntXlibStubsPtr->xGetVisualInfo) /* 77 */          (tkIntXlibStubsPtr->xGetVisualInfo) /* 77 */
1618  #endif  #endif
1619  #ifndef XSetWMClientMachine  #ifndef XSetWMClientMachine
1620  #define XSetWMClientMachine \  #define XSetWMClientMachine \
1621          (tkIntXlibStubsPtr->xSetWMClientMachine) /* 78 */          (tkIntXlibStubsPtr->xSetWMClientMachine) /* 78 */
1622  #endif  #endif
1623  #ifndef XStringListToTextProperty  #ifndef XStringListToTextProperty
1624  #define XStringListToTextProperty \  #define XStringListToTextProperty \
1625          (tkIntXlibStubsPtr->xStringListToTextProperty) /* 79 */          (tkIntXlibStubsPtr->xStringListToTextProperty) /* 79 */
1626  #endif  #endif
1627  #ifndef XDrawSegments  #ifndef XDrawSegments
1628  #define XDrawSegments \  #define XDrawSegments \
1629          (tkIntXlibStubsPtr->xDrawSegments) /* 80 */          (tkIntXlibStubsPtr->xDrawSegments) /* 80 */
1630  #endif  #endif
1631  #ifndef XForceScreenSaver  #ifndef XForceScreenSaver
1632  #define XForceScreenSaver \  #define XForceScreenSaver \
1633          (tkIntXlibStubsPtr->xForceScreenSaver) /* 81 */          (tkIntXlibStubsPtr->xForceScreenSaver) /* 81 */
1634  #endif  #endif
1635  #ifndef XDrawLine  #ifndef XDrawLine
1636  #define XDrawLine \  #define XDrawLine \
1637          (tkIntXlibStubsPtr->xDrawLine) /* 82 */          (tkIntXlibStubsPtr->xDrawLine) /* 82 */
1638  #endif  #endif
1639  #ifndef XFillRectangle  #ifndef XFillRectangle
1640  #define XFillRectangle \  #define XFillRectangle \
1641          (tkIntXlibStubsPtr->xFillRectangle) /* 83 */          (tkIntXlibStubsPtr->xFillRectangle) /* 83 */
1642  #endif  #endif
1643  #ifndef XClearWindow  #ifndef XClearWindow
1644  #define XClearWindow \  #define XClearWindow \
1645          (tkIntXlibStubsPtr->xClearWindow) /* 84 */          (tkIntXlibStubsPtr->xClearWindow) /* 84 */
1646  #endif  #endif
1647  #ifndef XDrawPoint  #ifndef XDrawPoint
1648  #define XDrawPoint \  #define XDrawPoint \
1649          (tkIntXlibStubsPtr->xDrawPoint) /* 85 */          (tkIntXlibStubsPtr->xDrawPoint) /* 85 */
1650  #endif  #endif
1651  #ifndef XDrawPoints  #ifndef XDrawPoints
1652  #define XDrawPoints \  #define XDrawPoints \
1653          (tkIntXlibStubsPtr->xDrawPoints) /* 86 */          (tkIntXlibStubsPtr->xDrawPoints) /* 86 */
1654  #endif  #endif
1655  #ifndef XWarpPointer  #ifndef XWarpPointer
1656  #define XWarpPointer \  #define XWarpPointer \
1657          (tkIntXlibStubsPtr->xWarpPointer) /* 87 */          (tkIntXlibStubsPtr->xWarpPointer) /* 87 */
1658  #endif  #endif
1659  #ifndef XQueryColor  #ifndef XQueryColor
1660  #define XQueryColor \  #define XQueryColor \
1661          (tkIntXlibStubsPtr->xQueryColor) /* 88 */          (tkIntXlibStubsPtr->xQueryColor) /* 88 */
1662  #endif  #endif
1663  #ifndef XQueryColors  #ifndef XQueryColors
1664  #define XQueryColors \  #define XQueryColors \
1665          (tkIntXlibStubsPtr->xQueryColors) /* 89 */          (tkIntXlibStubsPtr->xQueryColors) /* 89 */
1666  #endif  #endif
1667  #endif /* MAC_TCL */  #endif /* MAC_TCL */
1668    
1669  #endif /* defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS) */  #endif /* defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS) */
1670    
1671  /* !END!: Do not edit above this line. */  /* !END!: Do not edit above this line. */
1672    
1673  #undef TCL_STORAGE_CLASS  #undef TCL_STORAGE_CLASS
1674  #define TCL_STORAGE_CLASS DLLIMPORT  #define TCL_STORAGE_CLASS DLLIMPORT
1675    
1676  #endif /* _TKINTXLIBDECLS */  #endif /* _TKINTXLIBDECLS */
1677    
1678  /* End of tkintxlibdecls.h */  /* End of tkintxlibdecls.h */

Legend:
Removed from v.69  
changed lines
  Added in v.71

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25