m_ok = FALSE;
m_cmap = gtk_widget_get_default_colormap();
-
+
#ifdef __WXGTK20__
m_context = gdk_pango_context_get();
// Note: The Sun customised version of Pango shipping with Solaris 10
m_ok = FALSE;
m_cmap = gtk_widget_get_default_colormap();
-
+
#ifdef __WXGTK20__
m_context = gdk_pango_context_get();
pango_context_set_language( m_context, gtk_get_default_language() );
wxWindowDC::SetBrush( brush );
}
-void wxMemoryDC::SetBackground( const wxBrush& brushOrig )
+void wxMemoryDC::SetBackground( const wxBrush& brushOrig )
{
wxBrush brush(brushOrig);