summaryrefslogtreecommitdiffstats
path: root/generic/tkIntPlatDecls.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-11-01 18:06:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-11-01 18:06:40 (GMT)
commite1149ae012b3ab64f0076dc7651ffcf87e5bbdce (patch)
treedf4a8b0a70200312f79ad0c33ad8a844bdbd84dd /generic/tkIntPlatDecls.h
parent12e92c72776007d77bc4669f9a8a041e40a2679d (diff)
downloadtk-e1149ae012b3ab64f0076dc7651ffcf87e5bbdce.zip
tk-e1149ae012b3ab64f0076dc7651ffcf87e5bbdce.tar.gz
tk-e1149ae012b3ab64f0076dc7651ffcf87e5bbdce.tar.bz2
make dist
Diffstat (limited to 'generic/tkIntPlatDecls.h')
-rw-r--r--generic/tkIntPlatDecls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkIntPlatDecls.h b/generic/tkIntPlatDecls.h
index c666e3d..ded5ac5 100644
--- a/generic/tkIntPlatDecls.h
+++ b/generic/tkIntPlatDecls.h
@@ -383,7 +383,7 @@ typedef struct TkIntPlatStubs {
void (*tkMacOSXWindowOffset) (void *wRef, int *xOffset, int *yOffset); /* 37 */
int (*tkSetMacColor) (unsigned long pixel, void *macColor); /* 38 */
void (*tkSetWMName) (TkWindow *winPtr, Tk_Uid titleUid); /* 39 */
- void (*reserved40) (void);
+ void (*reserved40)(void);
int (*tkMacOSXZoomToplevel) (void *whichWindow, short zoomPart); /* 41 */
Tk_Window (*tk_TopCoordsToWindow) (Tk_Window tkwin, int rootX, int rootY, int *newX, int *newY); /* 42 */
MacDrawable * (*tkMacOSXContainerId) (TkWindow *winPtr); /* 43 */