X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dfc5454127ac2195e10deebb216d82c674e757df..1a3ac83faf3338cd289023345e63df9fa24400a9:/src/motif/dc.cpp diff --git a/src/motif/dc.cpp b/src/motif/dc.cpp index a7508a94ba..ba10348f3d 100644 --- a/src/motif/dc.cpp +++ b/src/motif/dc.cpp @@ -80,6 +80,8 @@ wxDC::wxDC(void) m_font = *wxNORMAL_FONT; m_brush = *wxTRANSPARENT_BRUSH; m_backgroundBrush = *wxWHITE_BRUSH; + + m_isInteractive = FALSE; // m_palette = wxAPP_COLOURMAP; }; @@ -145,11 +147,6 @@ void wxDC::DrawSpline( long x1, long y1, long x2, long y2, long x3, long y3 ) }; }; -void wxDC::DrawSpline( wxList *points ) -{ - DrawOpenSpline( points ); -}; - void wxDC::DrawSpline( int n, wxPoint points[] ) { wxList list;