]> git.saurik.com Git - wxWidgets.git/commitdiff
Avoid conflict between new transparency API and old background support.
authorWłodzimierz Skiba <abx@abx.art.pl>
Thu, 24 Aug 2006 15:37:25 +0000 (15:37 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Thu, 24 Aug 2006 15:37:25 +0000 (15:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/os2/window.h

index d9dcc7da4c7fc986847f5deadf93772073e28fd8..29f1d75697d2a22ed07e4d2edcc49bf067b3615b 100644 (file)
@@ -178,7 +178,7 @@ public:
     virtual WXWidget GetHandle(void) const { return GetHWND(); }
     bool             GetUseCtl3D(void) const { return m_bUseCtl3D; }
     bool             GetTransparentBackground(void) const { return m_bBackgroundTransparent; }
-    void             SetTransparent(bool bT = true) { m_bBackgroundTransparent = bT; }
+    void             SetTransparentBackground(bool bT = true) { m_bBackgroundTransparent = bT; }
 
     // event handlers
     // --------------