diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2025-10-31 19:28:42 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2025-10-31 19:28:42 (GMT) |
| commit | c25f14940d3c7823cae0a783f34c6f147518a1b3 (patch) | |
| tree | d598543193e4ffbb2336840441fd696a854ab6cc /generic/tkStubInit.c | |
| parent | 3d21e16ae679d4c1ae0b73441536c7429a72657d (diff) | |
| parent | 2f48a0563a693aeccaf7550989d0539a3c940d95 (diff) | |
| download | tk-core-tk-print-fixes.zip tk-core-tk-print-fixes.tar.gz tk-core-tk-print-fixes.tar.bz2 | |
Merge trunkcore-tk-print-fixes
Diffstat (limited to 'generic/tkStubInit.c')
| -rw-r--r-- | generic/tkStubInit.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c index b3fe123..929d5f9 100644 --- a/generic/tkStubInit.c +++ b/generic/tkStubInit.c @@ -188,7 +188,6 @@ TkPutImage( # define TkWinDialogDebug 0 # define TkWinGetMenuSystemDefault 0 # define TkWinSetHINSTANCE 0 -# define TkWinGetPlatformTheme 0 # define TkWinChildProc 0 # endif @@ -466,7 +465,7 @@ static const TkIntPlatStubs tkIntPlatStubs = { TkWinGetMenuSystemDefault, /* 32 */ TkAlignImageData, /* 33 */ TkWinSetHINSTANCE, /* 34 */ - TkWinGetPlatformTheme, /* 35 */ + 0, /* 35 */ TkWinChildProc, /* 36 */ 0, /* 37 */ TkpCmapStressed, /* 38 */ @@ -732,8 +731,8 @@ static const TkIntXlibStubs tkIntXlibStubs = { XSetICValues, /* 141 */ XGetICValues, /* 142 */ XSetICFocus, /* 143 */ - 0, /* 144 */ - 0, /* 145 */ + XXorRegion, /* 144 */ + XEqualRegion, /* 145 */ 0, /* 146 */ XFreeFontSet, /* 147 */ XCloseIM, /* 148 */ @@ -893,8 +892,8 @@ static const TkIntXlibStubs tkIntXlibStubs = { XSetICValues, /* 141 */ XGetICValues, /* 142 */ XSetICFocus, /* 143 */ - 0, /* 144 */ - 0, /* 145 */ + XXorRegion, /* 144 */ + XEqualRegion, /* 145 */ 0, /* 146 */ XFreeFontSet, /* 147 */ XCloseIM, /* 148 */ |
