diff options
author | culler <culler> | 2018-10-17 13:05:28 (GMT) |
---|---|---|
committer | culler <culler> | 2018-10-17 13:05:28 (GMT) |
commit | 124bda43f73ed5838701672ff1c627d54a87ffa5 (patch) | |
tree | 5fffc7dbc90d67cc717248db3189aea5c3b17aef /macosx/tkMacOSXConstants.h | |
parent | 96f72107e2831afdd716e15403295e3123bb08c9 (diff) | |
download | tk-124bda43f73ed5838701672ff1c627d54a87ffa5.zip tk-124bda43f73ed5838701672ff1c627d54a87ffa5.tar.gz tk-124bda43f73ed5838701672ff1c627d54a87ffa5.tar.bz2 |
Fix typos, formatting, compiler warnings.
Diffstat (limited to 'macosx/tkMacOSXConstants.h')
-rw-r--r-- | macosx/tkMacOSXConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/tkMacOSXConstants.h b/macosx/tkMacOSXConstants.h index 95983dd..bb2206e 100644 --- a/macosx/tkMacOSXConstants.h +++ b/macosx/tkMacOSXConstants.h @@ -90,6 +90,7 @@ #define NSUnifiedTitleAndToolbarWindowMask NSWindowStyleMaskUnifiedTitleAndToolbar #define NSMiniaturizableWindowMask NSWindowStyleMaskMiniaturizable #define NSBorderlessWindowMask NSWindowStyleMaskBorderless +#define NSFullScreenWindowMask NSWindowStyleMaskFullScreen #endif #endif |