From 09fe7dc6726a0804558646c0625da7a6483da5fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Thu, 24 Aug 2006 15:37:25 +0000 Subject: [PATCH] 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 --- include/wx/os2/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 // -------------- -- 2.50.0