diff options
author | dgp <dgp@users.sourceforge.net> | 2015-02-12 13:19:25 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2015-02-12 13:19:25 (GMT) |
commit | c7d61158224fc5925e7352a253eb2f7c17e20833 (patch) | |
tree | c7384dd1de5df953b48ac6d72206b3c01c841238 /generic/tkStubInit.c | |
parent | e6b4870d4f61887fd44d960a9aa579cea35a6573 (diff) | |
download | tk-c7d61158224fc5925e7352a253eb2f7c17e20833.zip tk-c7d61158224fc5925e7352a253eb2f7c17e20833.tar.gz tk-c7d61158224fc5925e7352a253eb2f7c17e20833.tar.bz2 |
Different approach to stubs for the TkpScanWindowId() declaration.
Man, what an inflexible maintenance chore this stuff is.
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r-- | generic/tkStubInit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c index b2e6314..3ee54dd 100644 --- a/generic/tkStubInit.c +++ b/generic/tkStubInit.c @@ -478,7 +478,7 @@ TkIntStubs tkIntStubs = { TkOrientPrintProc, /* 178 */ TkSmoothParseProc, /* 179 */ TkSmoothPrintProc, /* 180 */ - TkpScanWindowId, /* 181 */ + NULL, /* 181 */ NULL, /* 182 */ NULL, /* 183 */ TkUnusedStubEntry, /* 184 */ @@ -591,6 +591,7 @@ TkIntPlatStubs tkIntPlatStubs = { NULL, /* 52 */ TkpGetMS, /* 53 */ TkMacOSXDrawable, /* 54 */ + TkpScanWindowId, /* 55 */ #endif /* AQUA */ #if !(defined(__WIN32__) || defined(__CYGWIN__) || defined(MAC_OSX_TK)) /* X11 */ TkCreateXEventSource, /* 0 */ |