summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2025-10-31 19:28:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2025-10-31 19:28:42 (GMT)
commitc25f14940d3c7823cae0a783f34c6f147518a1b3 (patch)
treed598543193e4ffbb2336840441fd696a854ab6cc /generic/tkStubInit.c
parent3d21e16ae679d4c1ae0b73441536c7429a72657d (diff)
parent2f48a0563a693aeccaf7550989d0539a3c940d95 (diff)
downloadtk-core-tk-print-fixes.zip
tk-core-tk-print-fixes.tar.gz
tk-core-tk-print-fixes.tar.bz2
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r--generic/tkStubInit.c11
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 */