Commit 71f84efb authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Skins2: #ifdef broken code on Win32

parent c403dc65
...@@ -486,10 +486,13 @@ vlc_module_begin () ...@@ -486,10 +486,13 @@ vlc_module_begin ()
change_autosave () change_autosave ()
change_private () change_private ()
#ifdef WIN32 #ifdef WIN32
#warning FIXME
#if 0
add_bool( "skins2-systray", false, onSystrayChange, SKINS2_SYSTRAY, add_bool( "skins2-systray", false, onSystrayChange, SKINS2_SYSTRAY,
SKINS2_SYSTRAY_LONG, false ); SKINS2_SYSTRAY_LONG, false );
add_bool( "skins2-taskbar", true, onTaskBarChange, SKINS2_TASKBAR, add_bool( "skins2-taskbar", true, onTaskBarChange, SKINS2_TASKBAR,
SKINS2_TASKBAR_LONG, false ); SKINS2_TASKBAR_LONG, false );
#endif
#endif #endif
add_bool( "skins2-transparency", false, SKINS2_TRANSPARENCY, add_bool( "skins2-transparency", false, SKINS2_TRANSPARENCY,
SKINS2_TRANSPARENCY_LONG, false ); SKINS2_TRANSPARENCY_LONG, false );
......
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