This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
mpv
mirror of
https://github.com/mpv-player/mpv
Watch
1
Star
0
Fork
You've already forked mpv
0
Code
Issues
Releases
Wiki
Activity
5f2c4d4799
mpv
/
waftools
/
fragments
/
touchbar.m
8 lines
108 B
Objective-C
Raw
Blame
History
#
import <AppKit
/
AppKit.h>
int
main
(
int
argc
,
char
*
*
argv
)
{
[
[
NSTouchBar
alloc
]
init
]
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink