summaryrefslogtreecommitdiffstats
path: root/generic/tkIntXlibDecls.h
diff options
context:
space:
mode:
authorjan <jan>2011-03-27 20:09:32 (GMT)
committerjan <jan>2011-03-27 20:09:32 (GMT)
commit1c27734166504eba34c85ec8a991874ca4cd224f (patch)
tree244693d22274f5f16f41720017bb49431e06fec2 /generic/tkIntXlibDecls.h
parent51f9be40bc41cd08e38965b2c52f3323e6320008 (diff)
downloadtk-1c27734166504eba34c85ec8a991874ca4cd224f.zip
tk-1c27734166504eba34c85ec8a991874ca4cd224f.tar.gz
tk-1c27734166504eba34c85ec8a991874ca4cd224f.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.h2
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 */