summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2023-07-21 14:39:28 (GMT)
committerdgp <dgp@users.sourceforge.net>2023-07-21 14:39:28 (GMT)
commit3ecdb3e83056d54aadc79173bd73c7c858305a5f (patch)
tree2b689604a709172d9ebd617293b4315b45531ac1 /generic
parent7692f8f7d7ab8190cc54d04d083f0ac966f41c48 (diff)
downloadtk-3ecdb3e83056d54aadc79173bd73c7c858305a5f.zip
tk-3ecdb3e83056d54aadc79173bd73c7c858305a5f.tar.gz
tk-3ecdb3e83056d54aadc79173bd73c7c858305a5f.tar.bz2
silence compiler warning
Diffstat (limited to 'generic')
-rw-r--r--generic/tkIntXlibDecls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkIntXlibDecls.h b/generic/tkIntXlibDecls.h
index 365e92f..586d625 100644
--- a/generic/tkIntXlibDecls.h
+++ b/generic/tkIntXlibDecls.h
@@ -276,7 +276,7 @@ EXTERN int TkPutImage(unsigned long *colors, int ncolors,
int dest_x, int dest_y, unsigned int width,
unsigned int height);
/* 81 */
-EXTERN int XSetClipRectangles(Display * display, GC gc,
+EXTERN int XSetClipRectangles(Display *display, GC gc,
int clip_x_origin, int clip_y_origin,
XRectangle rectangles[], int n, int ordering);
/* 82 */
@@ -882,7 +882,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 */
int (*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 */
- int (*xSetClipRectangles) (Display* display, GC gc, int clip_x_origin, int clip_y_origin, XRectangle rectangles[], int n, int ordering); /* 81 */
+ int (*xSetClipRectangles) (Display *display, GC gc, int clip_x_origin, int clip_y_origin, XRectangle rectangles[], int n, int ordering); /* 81 */
Status (*xParseColor) (Display *display, Colormap map, _Xconst char *spec, XColor *colorPtr); /* 82 */
GC (*xCreateGC) (Display *display, Drawable d, unsigned long valuemask, XGCValues *values); /* 83 */
int (*xFreeGC) (Display *display, GC gc); /* 84 */