]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/imaglist.cpp
font retrieval synched for setsize and bestsize
[wxWidgets.git] / src / msw / imaglist.cpp
index ee8895dbbbc4ad1669dd986377f0453099369db3..af74e0328f5f17e981d5f731e5b138f39f047284 100644 (file)
@@ -85,10 +85,11 @@ bool wxImageList::Create(int width, int height, bool mask, int initial)
     UINT flags = 0;
 
     // set appropriate color depth
-    int dd = wxDisplayDepth();
 #ifdef __WXWINCE__
     flags |= ILC_COLOR;
 #else
+    int dd = wxDisplayDepth();
+
     if (dd <= 4)       flags |= ILC_COLOR;     // 16 color
     else if (dd <= 8)  flags |= ILC_COLOR8;    // 256 color
     else if (dd <= 16) flags |= ILC_COLOR16;   // 64k hi-color