From: Włodzimierz Skiba Date: Thu, 24 Aug 2006 15:37:25 +0000 (+0000) Subject: Avoid conflict between new transparency API and old background support. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/09fe7dc6726a0804558646c0625da7a6483da5fd Avoid conflict between new transparency API and old background support. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/os2/window.h b/include/wx/os2/window.h index d9dcc7da4c..29f1d75697 100644 --- a/include/wx/os2/window.h +++ b/include/wx/os2/window.h @@ -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 // --------------