From f8a223b7aca08491e22438df0f1ea233d602907c Mon Sep 17 00:00:00 2001 From: Akemi Date: Sat, 25 Feb 2017 21:56:59 +0100 Subject: osx: initial Touch Bar support --- waftools/fragments/touchbar.m | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 waftools/fragments/touchbar.m (limited to 'waftools/fragments/touchbar.m') diff --git a/waftools/fragments/touchbar.m b/waftools/fragments/touchbar.m new file mode 100644 index 0000000000..3fa4f27aa1 --- /dev/null +++ b/waftools/fragments/touchbar.m @@ -0,0 +1,7 @@ +#import + +int main(int argc, char **argv) +{ + [[NSTouchBar alloc] init]; + return 0; +} -- cgit v1.2.3