[vlc-commits] commit: Win32: fix some win7 taskbar issue. (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Wed Jun 16 01:54:44 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jun 16 01:54:14 2010 +0200| [0d7273005d223df44194a0dfe8bedcd3cd717336] | committer: Jean-Baptiste Kempf
Win32: fix some win7 taskbar issue.
Partial forward-port of b2096f74334eaf1043d00396e097412a99ff5847
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0d7273005d223df44194a0dfe8bedcd3cd717336
---
modules/gui/qt4/main_interface_win32.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/main_interface_win32.cpp b/modules/gui/qt4/main_interface_win32.cpp
index 970cd9d..1816353 100644
--- a/modules/gui/qt4/main_interface_win32.cpp
+++ b/modules/gui/qt4/main_interface_win32.cpp
@@ -89,7 +89,7 @@ void MainInterface::createTaskBarButtons()
if(himl = ImageList_Create( 20, //cx
20, //cy
- ILC_COLOR,//flags
+ ILC_COLOR32,//flags
4,//initial nb of images
0//nb of images that can be added
))
More information about the vlc-commits
mailing list