#ifndef _WX_DCCLIENT_H_
#define _WX_DCCLIENT_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "dcclient.h"
#endif
wxRegion m_currentClippingRegion;
wxRegion m_paintClippingRegion;
+#if wxUSE_UNICODE
+ PangoContext *m_context;
+ PangoFontDescription *m_fontdesc;
+#endif
+
void SetUpDC();
void Destroy();
void ComputeScaleAndOrigin();