]> git.sesse.net Git - vlc/commit
skins(Win32): fix minimize not functioning (see #3300)
authorErwan Tulou <erwan10@videolan.org>
Fri, 26 Feb 2010 21:49:18 +0000 (22:49 +0100)
committerErwan Tulou <erwan10@videolan.org>
Fri, 26 Feb 2010 23:05:19 +0000 (00:05 +0100)
commit544d405502d2bd119328426c9c934d23c7414432
treedb8ffbe7c7cee3265ab6d700f6f89b836ddc9afa
parent9e3f5a7e70929c3b3496ab5b465645ce3d5566e8
skins(Win32): fix minimize not functioning (see #3300)

This patch
    - uses owner/owned windows so that all skins2 windows get
    minimized at the same time
    - add WS_MINIMIZEBOX to enable minimize in taskbar button
    - some cosmetic
modules/gui/skins2/win32/win32_factory.cpp
modules/gui/skins2/win32/win32_factory.hpp
modules/gui/skins2/win32/win32_window.cpp