[vlc-devel] [PATCH 5/7] Windows 7 taskbar buttons got lost after "video on top".

Rafaël Carré funman at videolan.org
Sun Apr 22 22:54:27 CEST 2012


Le 2012-04-22 16:38, VlcVelope a écrit :
> 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

Patch ok, thanks.



More information about the vlc-devel mailing list