1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 05:15:12 +00:00
mpv/waftools/fragments/touchbar.m
2017-03-26 20:26:18 +02:00

8 lines
108 B
Objective-C

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