]> git.sesse.net Git - vlc/commit
skins2: drap&drop enhancement
authorErwan Tulou <erwan10@videolan.org>
Tue, 17 May 2011 14:25:47 +0000 (16:25 +0200)
committerErwan Tulou <erwan10@videolan.org>
Mon, 6 Jun 2011 20:14:08 +0000 (22:14 +0200)
commit1653a66d281fe2822356865780017800983f4b24
tree4363aa98e69cb05e42c2df3248f340d847114aaf
parent48884d48a9f230336b6fe1cd8e174636df8046d1
skins2: drap&drop enhancement

Pass drap&drop coordinates over to visual controls.
This feature will be used to allow users to finely insert items in the
playtree control instead of just appending them at the end.
modules/gui/skins2/Modules.am
modules/gui/skins2/events/evt_dragndrop.hpp [new file with mode: 0644]
modules/gui/skins2/src/generic_window.hpp
modules/gui/skins2/src/top_window.cpp
modules/gui/skins2/src/top_window.hpp
modules/gui/skins2/win32/win32_dragdrop.cpp
modules/gui/skins2/win32/win32_dragdrop.hpp
modules/gui/skins2/win32/win32_window.cpp
modules/gui/skins2/x11/x11_dragdrop.cpp
modules/gui/skins2/x11/x11_dragdrop.hpp
modules/gui/skins2/x11/x11_window.cpp