]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/bitmap.h
create the DIBs in correct (and not down up) line order
[wxWidgets.git] / include / wx / os2 / bitmap.h
index 10f0464f383a09652f3466699040dc3971c6bc95..d7e9c0c376cc4469552d9e4df0a49dcd9ad02d44 100644 (file)
@@ -74,7 +74,7 @@ public:
 
     // Copy constructors
     inline wxBitmap(const wxBitmap& rBitmap)
-      { Init(); Ref(rBitmap); }
+      { Init(); Ref(rBitmap); SetHandle(rBitmap.GetHandle()); }
 
     // Initialize with raw data
     wxBitmap( const char bits[]
@@ -223,14 +223,9 @@ public:
 
     inline bool IsMono(void) const { return m_bIsMono; }
 
-
     // An OS/2 version that probably doesn't do anything like the msw version
     wxBitmap GetBitmapForDC(wxDC& rDc) const;
 
-//    inline LONG GetId() const
-//      { return (GetBitmapData() ? GetBitmapData()->m_lId : 0L); }
-
-
 protected:
     // common part of all ctors
     void Init();