]> git.sesse.net Git - vlc/commit
skins2: rework and simplify transparency
authorErwan Tulou <erwan10@videolan.org>
Mon, 22 Nov 2010 20:10:52 +0000 (21:10 +0100)
committerErwan Tulou <erwan10@videolan.org>
Mon, 22 Nov 2010 21:42:54 +0000 (22:42 +0100)
commit64c2daf417e2525f19ac608b9c02e2c1dab42757
tree7dbbaff8338e442290c238121c832543cb5d967b
parentaf5900aedc70f8670739bc369098ccb4918e3f90
skins2: rework and simplify transparency

Several redraw were no longer needed
(tested successfully on Ubuntu/metacity and WinNT)

On Win32, switching back and forth between layered Window and not layered
 window (case where only one of the two alpha parameters is < 255) was removed
because display was not satisfactory. (transition a bit weird)
modules/gui/skins2/src/window_manager.cpp
modules/gui/skins2/src/window_manager.hpp
modules/gui/skins2/win32/win32_window.cpp