Skip to content
Snippets Groups Projects

globalhotkeys: start the win32 hotkeys as autorun

Merged Steve Lhomme requested to merge robUx4/vlc:autorun_keys into master
Files
2
+ 0
1
@@ -246,7 +246,6 @@ int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance,
libvlc_set_app_id (vlc, "org.VideoLAN.VLC", PACKAGE_VERSION,
PACKAGE_NAME);
libvlc_set_user_agent (vlc, "VLC media player", "VLC/"PACKAGE_VERSION);
libvlc_add_intf (vlc, "globalhotkeys,none");
libvlc_add_intf (vlc, NULL);
libvlc_playlist_play (vlc);
Loading