Commit 0d727300 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: fix some win7 taskbar issue.

Partial forward-port of b2096f74334eaf1043d00396e097412a99ff5847
parent 2e959033
...@@ -89,7 +89,7 @@ void MainInterface::createTaskBarButtons() ...@@ -89,7 +89,7 @@ void MainInterface::createTaskBarButtons()
if(himl = ImageList_Create( 20, //cx if(himl = ImageList_Create( 20, //cx
20, //cy 20, //cy
ILC_COLOR,//flags ILC_COLOR32,//flags
4,//initial nb of images 4,//initial nb of images
0//nb of images that can be added 0//nb of images that can be added
)) ))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment