Skip to content
Snippets Groups Projects
Commit cd24fec6 authored by Samuel Hocevar's avatar Samuel Hocevar
Browse files

* modules/video_output/x11/x11.c:

    + Gave X11 a higher priority than SDL, so that the all-in-one interface
      still works when the XVideo port is taken. If XVideo is not available,
      SDL isn't of much use though.
parent 11aaa50f
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ vlc_module_begin();
add_integer ( "x11-xineramascreen", 0, NULL, SCREEN_TEXT, SCREEN_LONGTEXT, VLC_TRUE );
#endif
set_description( _("X11 video output") );
set_capability( "video output", 50 );
set_capability( "video output", 70 );
set_callbacks( E_(Activate), E_(Deactivate) );
vlc_module_end();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment