[vlc-commits] Windows 7 taskbar buttons got lost after "video on	top"
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Tue May 15 17:23:27 CEST 2012
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 15 17:22:13 2012 +0200| [1fc1506a8ff78d0ef8c5f8d2d77634ba6e8b4b12] | 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
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1fc1506a8ff78d0ef8c5f8d2d77634ba6e8b4b12
---
 modules/gui/qt4/main_interface_win32.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/main_interface_win32.cpp b/modules/gui/qt4/main_interface_win32.cpp
index fdf5d69..fe169b0 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