Commit b2881bad authored by Eric Petit's avatar Eric Petit

macosx/macosx.m: fixed macosx-opengl-effect string list

parent 0e65cf69
...@@ -100,8 +100,8 @@ vlc_module_begin(); ...@@ -100,8 +100,8 @@ vlc_module_begin();
add_string( "macosx-opengl-effect", "none", NULL, add_string( "macosx-opengl-effect", "none", NULL,
OPENGL_EFFECT_TEXT, OPENGL_EFFECT_LONGTEXT, OPENGL_EFFECT_TEXT, OPENGL_EFFECT_LONGTEXT,
VLC_TRUE ); VLC_TRUE );
change_string_list( effect_list, effect_list_text, 0 );
add_bool( "macosx-fill", 0, NULL, FILL_TEXT, FILL_LONGTEXT, add_bool( "macosx-fill", 0, NULL, FILL_TEXT, FILL_LONGTEXT,
VLC_TRUE ); VLC_TRUE );
change_string_list( effect_list, effect_list_text, 0 );
vlc_module_end(); vlc_module_end();
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment