mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
osx: initial Touch Bar support
This commit is contained in:
7
waftools/fragments/touchbar.m
Normal file
7
waftools/fragments/touchbar.m
Normal file
@@ -0,0 +1,7 @@
|
||||
#import <AppKit/AppKit.h>
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
[[NSTouchBar alloc] init];
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user