diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-07-15 13:27:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-07-15 13:27:58 (GMT) |
commit | 4f75be674fee3a89f9c8d99df95c2a9b668b8937 (patch) | |
tree | 3bd3f0be5db6b9f0f5314f32ac3b435e7008ccd0 /generic/tkStubInit.c | |
parent | def76faf990796ed8c158a61bd05d4b64ad17984 (diff) | |
download | tk-4f75be674fee3a89f9c8d99df95c2a9b668b8937.zip tk-4f75be674fee3a89f9c8d99df95c2a9b668b8937.tar.gz tk-4f75be674fee3a89f9c8d99df95c2a9b668b8937.tar.bz2 |
Fix signature of TkMacOSXSetDrawingEnabled(), re-generate tkIntPlatDecls.h and tkStubInit.c
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r-- | generic/tkStubInit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c index 3ee54dd..90a124f 100644 --- a/generic/tkStubInit.c +++ b/generic/tkStubInit.c @@ -588,7 +588,7 @@ TkIntPlatStubs tkIntPlatStubs = { TkGetTransientMaster, /* 49 */ TkGenerateButtonEvent, /* 50 */ TkGenWMDestroyEvent, /* 51 */ - NULL, /* 52 */ + TkMacOSXSetDrawingEnabled, /* 52 */ TkpGetMS, /* 53 */ TkMacOSXDrawable, /* 54 */ TkpScanWindowId, /* 55 */ |