]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/taskbarx11.cpp
disable warning about data truncation (810) for icc (this is a useful warning and...
[wxWidgets.git] / src / unix / taskbarx11.cpp
index 1ff4e813484c9e826190b0cd22309814f5b7eee4..4f8040c809943d194c266cb0a168cb81e3ee19a8 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "taskbarx11.h"
-#endif
-
 // NB: This implementation does *not* work with every X11 window manager.
 //     Currently only GNOME 1.2 and KDE 1,2,3 methods are implemented here.
 //     Freedesktop.org's System Tray specification is implemented in
@@ -132,7 +128,7 @@ wxTaskBarIconArea::wxTaskBarIconArea(wxTaskBarIcon *icon, const wxBitmap &bmp)
         SetLegacyWMProperties();
     }
 
-#ifdef __WXGTK20__
+#if defined(__WXGTK20__) && defined(TASKBAR_ICON_AREA_BASE_INCLUDED)
     m_invokingWindow = icon;
 #endif