summaryrefslogtreecommitdiff
path: root/src/macos.m
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-09 06:54:38 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-09 06:54:38 +0300
commitc3e0b0f6a8cdadff82dfe2cf8b706f4716cb367e (patch)
tree8123fe2aa21af74cbd0406cf7be1ec112247dceb /src/macos.m
parentd40f7a9571784f35d83b0c9b3a0fccf933f9c2a4 (diff)
macOS: Deployment taget is 10.14
Diffstat (limited to 'src/macos.m')
-rw-r--r--src/macos.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/macos.m b/src/macos.m
index edbb6df0..d44be7d0 100644
--- a/src/macos.m
+++ b/src/macos.m
@@ -58,6 +58,7 @@ enum iTouchBarVariant {
58 default_TouchBarVariant, 58 default_TouchBarVariant,
59}; 59};
60 60
61#if 0
61@interface CommandButton : NSButtonTouchBarItem { 62@interface CommandButton : NSButtonTouchBarItem {
62 NSString *command; 63 NSString *command;
63 iWidget *widget; 64 iWidget *widget;
@@ -110,6 +111,7 @@ enum iTouchBarVariant {
110} 111}
111 112
112@end 113@end
114#endif
113 115
114@interface MyDelegate : NSResponder<NSApplicationDelegate, NSTouchBarDelegate> { 116@interface MyDelegate : NSResponder<NSApplicationDelegate, NSTouchBarDelegate> {
115 enum iTouchBarVariant touchBarVariant; 117 enum iTouchBarVariant touchBarVariant;