diff options
author | stanton <stanton> | 1999-03-12 03:17:47 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-03-12 03:17:47 (GMT) |
commit | 54dcdd99268b3f03a19c6c60befa32148f64b24f (patch) | |
tree | 6bf22f5d9491970d2695a4b7c6c4acd58c6398f5 /generic/tkStubInit.c | |
parent | e2383e35dacc53cbbf232cd525cbc68efca757d3 (diff) | |
download | tk-54dcdd99268b3f03a19c6c60befa32148f64b24f.zip tk-54dcdd99268b3f03a19c6c60befa32148f64b24f.tar.gz tk-54dcdd99268b3f03a19c6c60befa32148f64b24f.tar.bz2 |
added reserved slot for use by the dash patch
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r-- | generic/tkStubInit.c | 278 |
1 files changed, 140 insertions, 138 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c index d8cc481..b3a0ff2 100644 --- a/generic/tkStubInit.c +++ b/generic/tkStubInit.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkStubInit.c,v 1.3 1999/03/10 18:56:09 redman Exp $ + * RCS: @(#) $Id: tkStubInit.c,v 1.4 1999/03/12 03:17:48 stanton Exp $ */ #include "tkInt.h" @@ -468,145 +468,147 @@ TkIntXlibStubs tkIntXlibStubs = { TCL_STUB_MAGIC, NULL, #ifdef __WIN32__ - XGetModifierMapping, /* 0 */ - XCreateImage, /* 1 */ - XGetImage, /* 2 */ - XGetAtomName, /* 3 */ - XKeysymToString, /* 4 */ - XCreateColormap, /* 5 */ - XCreatePixmapCursor, /* 6 */ - XCreateGlyphCursor, /* 7 */ - XGContextFromGC, /* 8 */ - XListHosts, /* 9 */ - XKeycodeToKeysym, /* 10 */ - XStringToKeysym, /* 11 */ - XRootWindow, /* 12 */ - XSetErrorHandler, /* 13 */ - XIconifyWindow, /* 14 */ - XWithdrawWindow, /* 15 */ - XGetWMColormapWindows, /* 16 */ - XAllocColor, /* 17 */ - XBell, /* 18 */ - XChangeProperty, /* 19 */ - XChangeWindowAttributes, /* 20 */ - XClearWindow, /* 21 */ - XConfigureWindow, /* 22 */ - XCopyArea, /* 23 */ - XCopyPlane, /* 24 */ - XCreateBitmapFromData, /* 25 */ - XDefineCursor, /* 26 */ - XDeleteProperty, /* 27 */ - XDestroyWindow, /* 28 */ - XDrawArc, /* 29 */ - XDrawLines, /* 30 */ - XDrawRectangle, /* 31 */ - XFillArc, /* 32 */ - XFillPolygon, /* 33 */ - XFillRectangles, /* 34 */ - XForceScreenSaver, /* 35 */ - XFreeColormap, /* 36 */ - XFreeColors, /* 37 */ - XFreeCursor, /* 38 */ - XFreeModifiermap, /* 39 */ - XGetGeometry, /* 40 */ - XGetInputFocus, /* 41 */ - XGetWindowProperty, /* 42 */ - XGetWindowAttributes, /* 43 */ - XGrabKeyboard, /* 44 */ - XGrabPointer, /* 45 */ - XKeysymToKeycode, /* 46 */ - XLookupColor, /* 47 */ - XMapWindow, /* 48 */ - XMoveResizeWindow, /* 49 */ - XMoveWindow, /* 50 */ - XNextEvent, /* 51 */ - XPutBackEvent, /* 52 */ - XQueryColors, /* 53 */ - XQueryPointer, /* 54 */ - XQueryTree, /* 55 */ - XRaiseWindow, /* 56 */ - XRefreshKeyboardMapping, /* 57 */ - XResizeWindow, /* 58 */ - XSelectInput, /* 59 */ - XSendEvent, /* 60 */ - XSetCommand, /* 61 */ - XSetIconName, /* 62 */ - XSetInputFocus, /* 63 */ - XSetSelectionOwner, /* 64 */ - XSetWindowBackground, /* 65 */ - XSetWindowBackgroundPixmap, /* 66 */ - XSetWindowBorder, /* 67 */ - XSetWindowBorderPixmap, /* 68 */ - XSetWindowBorderWidth, /* 69 */ - XSetWindowColormap, /* 70 */ - XTranslateCoordinates, /* 71 */ - XUngrabKeyboard, /* 72 */ - XUngrabPointer, /* 73 */ - XUnmapWindow, /* 74 */ - XWindowEvent, /* 75 */ - XDestroyIC, /* 76 */ - XFilterEvent, /* 77 */ - XmbLookupString, /* 78 */ - TkPutImage, /* 79 */ + NULL, /* 0 */ + XGetModifierMapping, /* 1 */ + XCreateImage, /* 2 */ + XGetImage, /* 3 */ + XGetAtomName, /* 4 */ + XKeysymToString, /* 5 */ + XCreateColormap, /* 6 */ + XCreatePixmapCursor, /* 7 */ + XCreateGlyphCursor, /* 8 */ + XGContextFromGC, /* 9 */ + XListHosts, /* 10 */ + XKeycodeToKeysym, /* 11 */ + XStringToKeysym, /* 12 */ + XRootWindow, /* 13 */ + XSetErrorHandler, /* 14 */ + XIconifyWindow, /* 15 */ + XWithdrawWindow, /* 16 */ + XGetWMColormapWindows, /* 17 */ + XAllocColor, /* 18 */ + XBell, /* 19 */ + XChangeProperty, /* 20 */ + XChangeWindowAttributes, /* 21 */ + XClearWindow, /* 22 */ + XConfigureWindow, /* 23 */ + XCopyArea, /* 24 */ + XCopyPlane, /* 25 */ + XCreateBitmapFromData, /* 26 */ + XDefineCursor, /* 27 */ + XDeleteProperty, /* 28 */ + XDestroyWindow, /* 29 */ + XDrawArc, /* 30 */ + XDrawLines, /* 31 */ + XDrawRectangle, /* 32 */ + XFillArc, /* 33 */ + XFillPolygon, /* 34 */ + XFillRectangles, /* 35 */ + XForceScreenSaver, /* 36 */ + XFreeColormap, /* 37 */ + XFreeColors, /* 38 */ + XFreeCursor, /* 39 */ + XFreeModifiermap, /* 40 */ + XGetGeometry, /* 41 */ + XGetInputFocus, /* 42 */ + XGetWindowProperty, /* 43 */ + XGetWindowAttributes, /* 44 */ + XGrabKeyboard, /* 45 */ + XGrabPointer, /* 46 */ + XKeysymToKeycode, /* 47 */ + XLookupColor, /* 48 */ + XMapWindow, /* 49 */ + XMoveResizeWindow, /* 50 */ + XMoveWindow, /* 51 */ + XNextEvent, /* 52 */ + XPutBackEvent, /* 53 */ + XQueryColors, /* 54 */ + XQueryPointer, /* 55 */ + XQueryTree, /* 56 */ + XRaiseWindow, /* 57 */ + XRefreshKeyboardMapping, /* 58 */ + XResizeWindow, /* 59 */ + XSelectInput, /* 60 */ + XSendEvent, /* 61 */ + XSetCommand, /* 62 */ + XSetIconName, /* 63 */ + XSetInputFocus, /* 64 */ + XSetSelectionOwner, /* 65 */ + XSetWindowBackground, /* 66 */ + XSetWindowBackgroundPixmap, /* 67 */ + XSetWindowBorder, /* 68 */ + XSetWindowBorderPixmap, /* 69 */ + XSetWindowBorderWidth, /* 70 */ + XSetWindowColormap, /* 71 */ + XTranslateCoordinates, /* 72 */ + XUngrabKeyboard, /* 73 */ + XUngrabPointer, /* 74 */ + XUnmapWindow, /* 75 */ + XWindowEvent, /* 76 */ + XDestroyIC, /* 77 */ + XFilterEvent, /* 78 */ + XmbLookupString, /* 79 */ + TkPutImage, /* 80 */ #endif /* __WIN32__ */ #ifdef MAC_TCL - XGetModifierMapping, /* 0 */ - XCreateImage, /* 1 */ - XGetImage, /* 2 */ - XGetAtomName, /* 3 */ - XKeysymToString, /* 4 */ - XCreateColormap, /* 5 */ - XGContextFromGC, /* 6 */ - XKeycodeToKeysym, /* 7 */ - XStringToKeysym, /* 8 */ - XRootWindow, /* 9 */ - XSetErrorHandler, /* 10 */ - XAllocColor, /* 11 */ - XBell, /* 12 */ - XChangeProperty, /* 13 */ - XChangeWindowAttributes, /* 14 */ - XConfigureWindow, /* 15 */ - XCopyArea, /* 16 */ - XCopyPlane, /* 17 */ - XCreateBitmapFromData, /* 18 */ - XDefineCursor, /* 19 */ - XDestroyWindow, /* 20 */ - XDrawArc, /* 21 */ - XDrawLines, /* 22 */ - XDrawRectangle, /* 23 */ - XFillArc, /* 24 */ - XFillPolygon, /* 25 */ - XFillRectangles, /* 26 */ - XFreeColormap, /* 27 */ - XFreeColors, /* 28 */ - XFreeModifiermap, /* 29 */ - XGetGeometry, /* 30 */ - XGetWindowProperty, /* 31 */ - XGrabKeyboard, /* 32 */ - XGrabPointer, /* 33 */ - XKeysymToKeycode, /* 34 */ - XMapWindow, /* 35 */ - XMoveResizeWindow, /* 36 */ - XMoveWindow, /* 37 */ - XQueryPointer, /* 38 */ - XRaiseWindow, /* 39 */ - XRefreshKeyboardMapping, /* 40 */ - XResizeWindow, /* 41 */ - XSelectInput, /* 42 */ - XSendEvent, /* 43 */ - XSetIconName, /* 44 */ - XSetInputFocus, /* 45 */ - XSetSelectionOwner, /* 46 */ - XSetWindowBackground, /* 47 */ - XSetWindowBackgroundPixmap, /* 48 */ - XSetWindowBorder, /* 49 */ - XSetWindowBorderPixmap, /* 50 */ - XSetWindowBorderWidth, /* 51 */ - XSetWindowColormap, /* 52 */ - XUngrabKeyboard, /* 53 */ - XUngrabPointer, /* 54 */ - XUnmapWindow, /* 55 */ - TkPutImage, /* 56 */ + NULL, /* 0 */ + XGetModifierMapping, /* 1 */ + XCreateImage, /* 2 */ + XGetImage, /* 3 */ + XGetAtomName, /* 4 */ + XKeysymToString, /* 5 */ + XCreateColormap, /* 6 */ + XGContextFromGC, /* 7 */ + XKeycodeToKeysym, /* 8 */ + XStringToKeysym, /* 9 */ + XRootWindow, /* 10 */ + XSetErrorHandler, /* 11 */ + XAllocColor, /* 12 */ + XBell, /* 13 */ + XChangeProperty, /* 14 */ + XChangeWindowAttributes, /* 15 */ + XConfigureWindow, /* 16 */ + XCopyArea, /* 17 */ + XCopyPlane, /* 18 */ + XCreateBitmapFromData, /* 19 */ + XDefineCursor, /* 20 */ + XDestroyWindow, /* 21 */ + XDrawArc, /* 22 */ + XDrawLines, /* 23 */ + XDrawRectangle, /* 24 */ + XFillArc, /* 25 */ + XFillPolygon, /* 26 */ + XFillRectangles, /* 27 */ + XFreeColormap, /* 28 */ + XFreeColors, /* 29 */ + XFreeModifiermap, /* 30 */ + XGetGeometry, /* 31 */ + XGetWindowProperty, /* 32 */ + XGrabKeyboard, /* 33 */ + XGrabPointer, /* 34 */ + XKeysymToKeycode, /* 35 */ + XMapWindow, /* 36 */ + XMoveResizeWindow, /* 37 */ + XMoveWindow, /* 38 */ + XQueryPointer, /* 39 */ + XRaiseWindow, /* 40 */ + XRefreshKeyboardMapping, /* 41 */ + XResizeWindow, /* 42 */ + XSelectInput, /* 43 */ + XSendEvent, /* 44 */ + XSetIconName, /* 45 */ + XSetInputFocus, /* 46 */ + XSetSelectionOwner, /* 47 */ + XSetWindowBackground, /* 48 */ + XSetWindowBackgroundPixmap, /* 49 */ + XSetWindowBorder, /* 50 */ + XSetWindowBorderPixmap, /* 51 */ + XSetWindowBorderWidth, /* 52 */ + XSetWindowColormap, /* 53 */ + XUngrabKeyboard, /* 54 */ + XUngrabPointer, /* 55 */ + XUnmapWindow, /* 56 */ + TkPutImage, /* 57 */ #endif /* MAC_TCL */ }; |