diff options
author | culler <culler> | 2020-09-27 19:29:30 (GMT) |
---|---|---|
committer | culler <culler> | 2020-09-27 19:29:30 (GMT) |
commit | 48f3771a552ad6c5f6f07b86545757a2f92ba633 (patch) | |
tree | 66c76e1b3c0f8bd290ab9fb68d58d3a212dfc58b /unix | |
parent | ed9cf42792f8332d1386414e459c9a4af9c66238 (diff) | |
parent | b0ff53377869ccfb7928d389f7bd6fdeddaca3f3 (diff) | |
download | tk-48f3771a552ad6c5f6f07b86545757a2f92ba633.zip tk-48f3771a552ad6c5f6f07b86545757a2f92ba633.tar.gz tk-48f3771a552ad6c5f6f07b86545757a2f92ba633.tar.bz2 |
Fix aqua MapNotify and UnmapNotify
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tkUnixPort.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/tkUnixPort.h b/unix/tkUnixPort.h index 347c9d8..7aca5d6 100644 --- a/unix/tkUnixPort.h +++ b/unix/tkUnixPort.h @@ -173,4 +173,10 @@ sprintf((buf), "%#08lx", (unsigned long) (w)) #endif +/* + * Used by tkWindow.c + */ + +#define TkpHandleMapOrUnmap(tkwin, event) Tk_HandleEvent(event) + #endif /* _UNIXPORT */ |