1
mirror of https://github.com/mpv-player/mpv synced 2024-09-28 17:52:52 +02: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;
}