X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95724b1aa2f7248091cdec506d4678b4fbcea20d..71b9ed15f5f00a897f1e4048aad15f7df36ea41c:/include/wx/motif/dcclient.h?ds=inline diff --git a/include/wx/motif/dcclient.h b/include/wx/motif/dcclient.h index 5878677d9e..7e4bcf3cb1 100644 --- a/include/wx/motif/dcclient.h +++ b/include/wx/motif/dcclient.h @@ -113,7 +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, long x, long y, double angle); + 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, @@ -149,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 ;