diff options
author | Kevin Walzer <kw@codebykevin.com> | 2015-04-09 02:00:49 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2015-04-09 02:00:49 (GMT) |
commit | 69e749839382af95c02bdb100c49402eb6b926ae (patch) | |
tree | e0d98826c7a37d1a2c4e79ce3376a5f0054ec088 /macosx/tkMacOSXInt.h | |
parent | 9f2f06f947fdb1bc1d9c47da80db1ec6728b32a2 (diff) | |
download | tk-69e749839382af95c02bdb100c49402eb6b926ae.zip tk-69e749839382af95c02bdb100c49402eb6b926ae.tar.gz tk-69e749839382af95c02bdb100c49402eb6b926ae.tar.bz2 |
Re-working of internal Cocoa widget drawing routines, especially when resizing; fix rendering of scrollbar when resized or clipped; cleanup of button metrics; thanks to Marc Culler for extensive 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 |