]> git.sesse.net Git - vlc/commitdiff
Win32: fix some win7 taskbar issue.
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 15 Jun 2010 23:54:14 +0000 (01:54 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 15 Jun 2010 23:54:14 +0000 (01:54 +0200)
Partial forward-port of b2096f74334eaf1043d00396e097412a99ff5847

modules/gui/qt4/main_interface_win32.cpp

index 970cd9d90fee1904ed64c8eae0455614922ceab8..1816353c1da1717532419b8f4696331bc3acd4d1 100644 (file)
@@ -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
                         ))