]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/bitmap.h
Allow headers to be compiled in Objective-C++ mode
[wxWidgets.git] / include / wx / msw / bitmap.h
index e79dc0e9353319bf4f8ab61d62fb54b389061b87..75b41e7521930d21d40a56840994faf4a2c3ba0e 100644 (file)
@@ -121,15 +121,13 @@ public:
 #endif // wxUSE_PALETTE
 
     wxMask *GetMask() const;
-    void SetMask(wxMask *mask) ;
+    void SetMask(wxMask *mask);
 
     bool operator==(const wxBitmap& bitmap) const { return m_refData == bitmap.m_refData; }
     bool operator!=(const wxBitmap& bitmap) const { return m_refData != bitmap.m_refData; }
 
-#if wxUSE_DIB_FOR_BITMAP
-    // returns TRUE if this bitmap is a DIB (otherwise it's a DDB)
-    bool IsDIB() const;
-#endif // wxUSE_DIB_FOR_BITMAP
+    // this function is internal and shouldn't be used, it risks to disappear
+    bool HasAlpha() const;
 
 #if WXWIN_COMPATIBILITY_2_4
     // these functions do nothing and are only there for backwards
@@ -154,8 +152,10 @@ public:
     void SetHBITMAP(WXHBITMAP bmp) { SetHandle((WXHANDLE)bmp); }
     WXHBITMAP GetHBITMAP() const { return (WXHBITMAP)GetHandle(); }
 
+#ifdef __WXDEBUG__
     void SetSelectedInto(wxDC *dc);
     wxDC *GetSelectedInto() const;
+#endif // __WXDEBUG__
 
     // Creates a bitmap that matches the device context's depth, from an
     // arbitray bitmap. At present, the original bitmap must have an associated