]> git.sesse.net Git - vlc/blobdiff - modules/video_output/drawable.c
macosx: video effects: fix threshold checkbox visibility
[vlc] / modules / video_output / drawable.c
index 7b9ccbc5d5e30a5e830cdfed61d3299320bd9cf4..9703f975105f63176a30b7e0831aac9fe6932544 100644 (file)
@@ -47,7 +47,7 @@ vlc_module_begin ()
     set_description (N_("Embedded window video"))
     set_category (CAT_VIDEO)
     set_subcategory (SUBCAT_VIDEO_VOUT)
-    set_capability ("vout window", 0)
+    set_capability ("vout window", 70)
     set_callbacks (Open, Close)
     add_shortcut ("embed-hwnd")