diff options
author | Kevin Walzer <kw@codebykevin.com> | 2015-04-07 01:12:45 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2015-04-07 01:12:45 (GMT) |
commit | ccdac05dbacc3b62fc27a65c11c8bd1188daddf4 (patch) | |
tree | 95547ff6225666daa34552c1afc7ff7d112cc5a5 /macosx/tkMacOSXInt.h | |
parent | e450f5762837d46e9c72791b8af7361838364291 (diff) | |
download | tk-ccdac05dbacc3b62fc27a65c11c8bd1188daddf4.zip tk-ccdac05dbacc3b62fc27a65c11c8bd1188daddf4.tar.gz tk-ccdac05dbacc3b62fc27a65c11c8bd1188daddf4.tar.bz2 |
Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler for patches
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 249d5cf..6971e26 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 |