osx: initial Touch Bar support

This commit is contained in:
Akemi
2017-02-25 21:56:59 +01:00
parent afbd657bb8
commit f8a223b7ac
11 changed files with 456 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
#import <AppKit/AppKit.h>
int main(int argc, char **argv)
{
[[NSTouchBar alloc] init];
return 0;
}