diff options
author | dgp <dgp@users.sourceforge.net> | 2022-07-21 13:17:30 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2022-07-21 13:17:30 (GMT) |
commit | 98eeb2721706cc8927783b9b26af594c91ff9d01 (patch) | |
tree | 25d52b613731e8d3b7e2cd6508aa1512740c144e /win | |
parent | 90893f3d86266307354fc5dd801fe9b63160ea07 (diff) | |
parent | 2dfc951c8449a0bc45305ea4a62e2f995c03bc8a (diff) | |
download | tk-98eeb2721706cc8927783b9b26af594c91ff9d01.zip tk-98eeb2721706cc8927783b9b26af594c91ff9d01.tar.gz tk-98eeb2721706cc8927783b9b26af594c91ff9d01.tar.bz2 |
merge 8.6
Diffstat (limited to 'win')
-rw-r--r-- | win/tkWinPort.h | 6 |
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. */ |