]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/rawbmp.h
update to make digitalmars compile
[wxWidgets.git] / include / wx / rawbmp.h
index 5af914e4a48da74faa400364356d2d612606ace6..4edd08843c2654dcfbad108f9cd08a097788ad6b 100644 (file)
@@ -90,6 +90,9 @@ public:
         m_bmp.UngetRawData(this);
     }
 
+    // call this to indicate that we should use the alpha channel
+    void UseAlpha() { m_bmp.UseAlpha(); }
+
     // accessors
     unsigned char *GetPixels() const { return m_pixels; }
     int GetWidth() const { return m_width; }
@@ -138,7 +141,7 @@ public:
 
     // default copy ctor, assignment operator and dtor are ok
 
-    
+
     // navigation
     // ----------