]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/statbmp.cpp
fixed wxOverlay to handle wxWindowDC/wxClientDC in the same way wxMac does
[wxWidgets.git] / src / motif / statbmp.cpp
index b22d663095d05cdcb73e03601fbc733f931fc6a7..13dd72ae8898280941776e6e2746efec3bc62fb0 100644 (file)
@@ -96,7 +96,7 @@ void wxStaticBitmap::DoSetBitmap()
         // in the current widget background colour.
         if (m_messageBitmapOriginal.GetMask())
         {
-            int backgroundPixel;
+            WXPixel backgroundPixel;
             XtVaGetValues( widget, XmNbackground, &backgroundPixel,
                 NULL);