summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2022-07-19 23:06:55 (GMT)
committerfvogel <fvogelnew1@free.fr>2022-07-19 23:06:55 (GMT)
commitc23c1ce1b4389b17987c2a6d2eec982d41661f6d (patch)
treec4da5f062f021a8d2d2c7ca2e0494796779a2aa4 /win
parenta32928a3c8eeb39c1bd84fc2610dac704e040c97 (diff)
parenteafc1baa9c6aed1d56baf456b84a5d2849b49be9 (diff)
downloadtk-c23c1ce1b4389b17987c2a6d2eec982d41661f6d.zip
tk-c23c1ce1b4389b17987c2a6d2eec982d41661f6d.tar.gz
tk-c23c1ce1b4389b17987c2a6d2eec982d41661f6d.tar.bz2
Fix [91ca777b4d]: ttk::notebook loose control over content of tabs on MacOS.
Diffstat (limited to 'win')
-rw-r--r--win/tkWinPort.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/win/tkWinPort.h b/win/tkWinPort.h
index 7978730..e5e9e6c 100644
--- a/win/tkWinPort.h
+++ b/win/tkWinPort.h
@@ -126,12 +126,6 @@
| ((p)->green & 0xff00) | (((p)->blue << 8) & 0xff0000)) | 0x20000000)
/*
- * Used by tkWindow.c
- */
-
-#define TkpHandleMapOrUnmap(tkwin, event) Tk_HandleEvent(event)
-
-/*
* These calls implement native bitmaps which are not currently
* supported under Windows. The macros eliminate the calls.
*/