diff options
author | Kevin Walzer <kw@codebykevin.com> | 2015-04-07 01:42:59 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2015-04-07 01:42:59 (GMT) |
commit | 6540e0be10afe7208f8e370632256cfd262f5706 (patch) | |
tree | b5bae340eed26502e2261af9d5f190b6893f1b2d /macosx/tkMacOSXInt.h | |
parent | ccdac05dbacc3b62fc27a65c11c8bd1188daddf4 (diff) | |
download | tk-6540e0be10afe7208f8e370632256cfd262f5706.zip tk-6540e0be10afe7208f8e370632256cfd262f5706.tar.gz tk-6540e0be10afe7208f8e370632256cfd262f5706.tar.bz2 |
Backing out changes; unexpected issues with window resizing that require further investigation
Diffstat (limited to 'macosx/tkMacOSXInt.h')
-rw-r--r-- | macosx/tkMacOSXInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXInt.h b/macosx/tkMacOSXInt.h index 6971e26..249d5cf 100644 --- a/macosx/tkMacOSXInt.h +++ b/macosx/tkMacOSXInt.h @@ -86,7 +86,7 @@ typedef struct TkWindowPrivate MacDrawable; #define TK_FOCUSED_VIEW 0x10 #define TK_IS_PIXMAP 0x20 #define TK_IS_BW_PIXMAP 0x40 -#define TK_DO_NOT_DRAW 0x80 + /* * I am reserving TK_EMBEDDED = 0x100 in the MacDrawable flags * This is defined in tk.h. We need to duplicate the TK_EMBEDDED flag in the |