]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/dcclient.h
blind fix for compilation error in EVT macros
[wxWidgets.git] / include / wx / x11 / dcclient.h
index ce76814dcae2b60d0c795922426d322419c6e546..af67b3ddf2ee02448b97bc659c4262ccd2c1ff69 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_DCCLIENT_H_
 #define _WX_DCCLIENT_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "dcclient.h"
 #endif
 
@@ -133,6 +133,11 @@ protected:
     wxRegion      m_currentClippingRegion;
     wxRegion      m_paintClippingRegion;
 
+#if wxUSE_UNICODE
+    PangoContext *m_context;
+    PangoFontDescription *m_fontdesc;
+#endif
+
     void SetUpDC();
     void Destroy();
     void ComputeScaleAndOrigin();