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 | f0588ea6f1632841dfe7ed350ea5c0e78331882d (patch) | |
tree | c7384dd1de5df953b48ac6d72206b3c01c841238 /generic/tkStubInit.c | |
parent | 6dbbfe9f269314838207f70fd26de9a7d5394039 (diff) | |
download | tk-f0588ea6f1632841dfe7ed350ea5c0e78331882d.zip tk-f0588ea6f1632841dfe7ed350ea5c0e78331882d.tar.gz tk-f0588ea6f1632841dfe7ed350ea5c0e78331882d.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 */ |