[vlc-devel] [PATCH 5/7] Windows 7 taskbar buttons got lost after "video on top".
VlcVelope
1034-135 at online.de
Sun Apr 22 22:38:14 CEST 2012
With the code line removed the taskbar buttons re-appear at least, if some
play/stop/prev/next-action requires an update to the buttons.
---
modules/gui/qt4/main_interface_win32.cpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
mode change 100644 => 100755 modules/gui/qt4/main_interface_win32.cpp
diff --git a/modules/gui/qt4/main_interface_win32.cpp b/modules/gui/qt4/main_interface_win32.cpp
old mode 100644
new mode 100755
index fdf5d69..fe169b0
--- 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
--
1.7.5.4
More information about the vlc-devel
mailing list