diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-07-15 15:01:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-07-15 15:01:01 (GMT) |
commit | 1ceae426adc5b03ca14c112531356d7d936865ec (patch) | |
tree | e7fda7cc9228a3f78546d89d0b0bc57000582d25 /generic/tkIntPlatDecls.h | |
parent | 5f4df2650c00f3dcc60da4204242e9b659e756f3 (diff) | |
parent | 4f75be674fee3a89f9c8d99df95c2a9b668b8937 (diff) | |
download | tk-1ceae426adc5b03ca14c112531356d7d936865ec.zip tk-1ceae426adc5b03ca14c112531356d7d936865ec.tar.gz tk-1ceae426adc5b03ca14c112531356d7d936865ec.tar.bz2 |
Fix signature of TkMacOSXSetDrawingEnabled(), re-generate tkIntPlatDecls.h and tkStubInit.c
Diffstat (limited to 'generic/tkIntPlatDecls.h')
-rw-r--r-- | generic/tkIntPlatDecls.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkIntPlatDecls.h b/generic/tkIntPlatDecls.h index 3a4bdac..e48e803 100644 --- a/generic/tkIntPlatDecls.h +++ b/generic/tkIntPlatDecls.h @@ -622,7 +622,8 @@ extern const TkIntPlatStubs *tkIntPlatStubsPtr; (tkIntPlatStubsPtr->tkGenerateButtonEvent) /* 50 */ #define TkGenWMDestroyEvent \ (tkIntPlatStubsPtr->tkGenWMDestroyEvent) /* 51 */ -/* Slot 52 is reserved */ +#define TkMacOSXSetDrawingEnabled \ + (tkIntPlatStubsPtr->tkMacOSXSetDrawingEnabled) /* 52 */ #define TkpGetMS \ (tkIntPlatStubsPtr->tkpGetMS) /* 53 */ #define TkMacOSXDrawable \ |