Commit 876e2bb5 authored by Gildas Bazin's avatar Gildas Bazin

* share/skins/default/theme.xml: set "playondrop" to false for the playlist window.

* Makefile.am, modules/visualization/visual/Modules.am, modules/stream_out/Modules.am: added missing headers.
parent 0ca852db
......@@ -96,6 +96,7 @@ HEADERS_include = \
include/vlc_config.h \
include/vlc_cpu.h \
include/vlc_error.h \
include/vlc_help.h \
include/vlc_interface.h \
include/vlc_keys.h \
include/vlc_messages.h \
......
SOURCES_stream_out_dummy = dummy.c
SOURCES_stream_out_standard = standard.c \
announce.c
announce.c \
announce.h
SOURCES_stream_out_transcode = transcode.c
SOURCES_stream_out_duplicate = duplicate.c
SOURCES_stream_out_es = es.c
......
SOURCES_visual = visual.c \
effects.c \
fft.c
visual.h \
effects.c \
fft.c \
fft.h
......@@ -132,7 +132,7 @@
</ControlGroup>
</Window>
<Window id="PlaylistWindow" x="200" y="205" visible="false" alpha="255" fadetime="500" movealpha="192">
<Window id="PlaylistWindow" x="200" y="205" visible="false" alpha="255" fadetime="500" movealpha="192" playondrop="false">
<ControlGroup x="0" y="0">
<Anchor x="0" y="0" priority="50"/>
<ImageControl x="0" y="0" image="playlist_body" onclick="MovePlaylist"/>
......
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