[vlc-commits] Windows 7 taskbar buttons got lost after "video on top"

Jean-Baptiste Kempf git at videolan.org
Wed May 16 01:21:35 CEST 2012


vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 15 17:22:13 2012 +0200| [2e4fc3291adefaf15a46d751b759a8832bf92f10] | committer: Jean-Baptiste Kempf

Windows 7 taskbar buttons got lost after "video on top"

This is not fully fixed, but it works after a state change

Patch from anonymous VlcVelope
(cherry picked from commit 1fc1506a8ff78d0ef8c5f8d2d77634ba6e8b4b12)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=2e4fc3291adefaf15a46d751b759a8832bf92f10
---

 modules/gui/qt4/main_interface_win32.cpp |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/gui/qt4/main_interface_win32.cpp b/modules/gui/qt4/main_interface_win32.cpp
index 35a797a..61aeb9d 100644
--- a/modules/gui/qt4/main_interface_win32.cpp
+++ b/modules/gui/qt4/main_interface_win32.cpp
@@ -71,7 +71,6 @@
 
 void MainInterface::createTaskBarButtons()
 {
-    taskbar_wmsg = WM_NULL;
     /*Here is the code for the taskbar thumb buttons
     FIXME:We need pretty buttons in 16x16 px that are handled correctly by masks in Qt
     FIXME:the play button's picture doesn't changed to pause when clicked



More information about the vlc-commits mailing list