[ros-diffs] [cwittich] 20743: make GedMurphy happy

cwittich at svn.reactos.org cwittich at svn.reactos.org
Mon Jan 9 00:49:53 CET 2006


make GedMurphy happy
Modified: trunk/reactos/subsys/system/servman/query.c
  _____  

Modified: trunk/reactos/subsys/system/servman/query.c
--- trunk/reactos/subsys/system/servman/query.c	2006-01-08 23:26:03 UTC
(rev 20742)
+++ trunk/reactos/subsys/system/servman/query.c	2006-01-08 23:49:15 UTC
(rev 20743)
@@ -46,7 +46,7 @@

 
         /* Create the icon image lists */
         hSmall = ImageList_Create(GetSystemMetrics(SM_CXSMICON),
-            GetSystemMetrics(SM_CYSMICON), ILC_MASK, 1, 1);
+            GetSystemMetrics(SM_CYSMICON), ILC_MASK | ILC_COLOR16, 1,
1);
 
         /* Add an icon to each image list */
         hiconItem = LoadImage(hInstance, MAKEINTRESOURCE(IDI_SM_ICON),
IMAGE_ICON, 16, 16, 0);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20060109/725f0f4f/attachment.html


More information about the Ros-diffs mailing list