X-Git-Url: https://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=blobdiff_plain;f=modules%2Fvideo_output%2Fx11%2Fxvideo.c;h=c38193852aaef1396257a31a652af240b2a795f2;hp=0b902a69ed80ce63f0e483e965e31c36b5d2d85c;hb=32a1da0def65c356288dc3b14a2301a8169ce8c0;hpb=03be7a7d753b6fe2dcc836f804e717eb98a8a981;ds=inline diff --git a/modules/video_output/x11/xvideo.c b/modules/video_output/x11/xvideo.c index 0b902a69ed..c38193852a 100644 --- a/modules/video_output/x11/xvideo.c +++ b/modules/video_output/x11/xvideo.c @@ -49,15 +49,6 @@ extern void Deactivate ( vlc_object_t * ); "If your graphics card provides several adaptors, you need to choose " \ "which one will be used (you shouldn't have to change this).") -#define ALT_FS_TEXT N_("Alternate fullscreen method") -#define ALT_FS_LONGTEXT N_( \ - "There are two ways to make a fullscreen window, unfortunately each one " \ - "has its drawbacks.\n" \ - "1) Let the window manager handle your fullscreen window (default), but " \ - "things like taskbars will likely show on top of the video.\n" \ - "2) Completely bypass the window manager, but then nothing will be able " \ - "to show on top of the video.") - #define DISPLAY_TEXT N_("X11 display") #define DISPLAY_LONGTEXT N_( \ "X11 hardware display to use. By default VLC will " \ @@ -78,7 +69,6 @@ vlc_module_begin () set_subcategory( SUBCAT_VIDEO_VOUT ) add_string( "xvideo-display", NULL, NULL, DISPLAY_TEXT, DISPLAY_LONGTEXT, true ) add_integer( "xvideo-adaptor", -1, NULL, ADAPTOR_TEXT, ADAPTOR_LONGTEXT, true ) - add_bool( "xvideo-altfullscreen", 0, NULL, ALT_FS_TEXT, ALT_FS_LONGTEXT, true ) add_string( "xvideo-chroma", NULL, NULL, CHROMA_TEXT, CHROMA_LONGTEXT, true ) #ifdef HAVE_SYS_SHM_H add_bool( "xvideo-shm", 1, NULL, SHM_TEXT, SHM_LONGTEXT, true )