]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dcclient.h
argh... yet another compilation fix
[wxWidgets.git] / include / wx / motif / dcclient.h
index 4edf65a924b0064a98cd892af01b6a1e11e79721..7e4bcf3cb103e27d0b78b5266457549269b8dea1 100644 (file)
@@ -113,6 +113,7 @@ protected:
     virtual void DoCrossHair(wxCoord x, wxCoord y);
 
     virtual void DoDrawText(const wxString& text, wxCoord x, wxCoord y);
+    virtual void DoDrawRotatedText(const wxString &text, wxCoord x, wxCoord y, double angle);
 
     virtual bool DoBlit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height,
             wxDC *source, wxCoord xsrc, wxCoord ysrc,
@@ -148,7 +149,7 @@ protected:
     int          m_currentPenJoin ;
     int          m_currentPenCap ;
     int          m_currentPenDashCount ;
-    char*        m_currentPenDash ;
+    wxMOTIFDash* m_currentPenDash ;
     wxBitmap     m_currentStipple ;
     int          m_currentStyle ;
     int          m_currentFill ;