diff options
author | jan <jan> | 2011-03-27 20:09:32 (GMT) |
---|---|---|
committer | jan <jan> | 2011-03-27 20:09:32 (GMT) |
commit | da7c07dd3c506e78d71f50def9221edd3dfad517 (patch) | |
tree | 244693d22274f5f16f41720017bb49431e06fec2 /generic/tkIntXlibDecls.h | |
parent | abbec0d328c797bc549ea05f2a0f721fbc7cb9ba (diff) | |
download | tk-da7c07dd3c506e78d71f50def9221edd3dfad517.zip tk-da7c07dd3c506e78d71f50def9221edd3dfad517.tar.gz tk-da7c07dd3c506e78d71f50def9221edd3dfad517.tar.bz2 |
fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *"
Diffstat (limited to 'generic/tkIntXlibDecls.h')
-rw-r--r-- | generic/tkIntXlibDecls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkIntXlibDecls.h b/generic/tkIntXlibDecls.h index 8f776d8..b5d1a23 100644 --- a/generic/tkIntXlibDecls.h +++ b/generic/tkIntXlibDecls.h @@ -1277,7 +1277,7 @@ typedef struct TkIntXlibStubs { Bool (*xFilterEvent) (XEvent *x, Window w); /* 78 */ int (*xmbLookupString) (XIC xi, XKeyPressedEvent *xk, char *c, int i, KeySym *k, Status *s); /* 79 */ void (*tkPutImage) (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 *reserved81; + VOID *reserved81; Status (*xParseColor) (Display *display, Colormap map, _Xconst char *spec, XColor *colorPtr); /* 82 */ GC (*xCreateGC) (Display *display, Drawable d, unsigned long valuemask, XGCValues *values); /* 83 */ void (*xFreeGC) (Display *display, GC gc); /* 84 */ |