From 95fd7c35e06b07df649e8ae3e9a89eb0b2dff424 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Thu, 3 Feb 2005 12:30:18 +0000 Subject: [PATCH] Blind fix for Compilo. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/taskbarx11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unix/taskbarx11.cpp b/src/unix/taskbarx11.cpp index 1ff4e81348..b95729d16c 100644 --- a/src/unix/taskbarx11.cpp +++ b/src/unix/taskbarx11.cpp @@ -132,7 +132,7 @@ wxTaskBarIconArea::wxTaskBarIconArea(wxTaskBarIcon *icon, const wxBitmap &bmp) SetLegacyWMProperties(); } -#ifdef __WXGTK20__ +#if defined(__WXGTK20__) && defined(TASKBAR_ICON_AREA_BASE_INCLUDED) m_invokingWindow = icon; #endif -- 2.45.2