X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c67daf87774c71ae9f73af9969008af220e52a11..ef366d323bd723d04811993ae68474522985bb65:/include/wx/gtk/dcclient.h diff --git a/include/wx/gtk/dcclient.h b/include/wx/gtk/dcclient.h index 590ed11b6a..be532ec577 100644 --- a/include/wx/gtk/dcclient.h +++ b/include/wx/gtk/dcclient.h @@ -90,7 +90,7 @@ class wxPaintDC: public wxDC virtual void SetClippingRegion( long x, long y, long width, long height ); virtual void DestroyClippingRegion(void); - virtual void DrawOpenSpline( wxList *points ); + virtual void DrawSpline( wxList *points ); public: // shouldn't be public @@ -100,7 +100,7 @@ class wxPaintDC: public wxDC GdkGC *m_textGC; GdkGC *m_bgGC; GdkColormap *m_cmap; - bool m_isDrawable; + bool m_isMemDC; void SetUpDC(void); GdkWindow *GetWindow(void);