]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dcclient.cpp
Couple more Unicode fixes.
[wxWidgets.git] / src / gtk / dcclient.cpp
index 6505cb678679acbc76b7a06cb5a5933fa7672504..a28165297c8a5a0d060cf2f0f2c41e6d75a8db7b 100644 (file)
@@ -939,6 +939,7 @@ void wxWindowDC::SetPen( const wxPen &pen )
        }
     }
   
+#if (GTK_MINOR_VERSION > 0)
     if (req_dash && req_nb_dash)
     {
         char *real_req_dash = new char[req_nb_dash];
@@ -955,6 +956,7 @@ void wxWindowDC::SetPen( const wxPen &pen )
            gdk_gc_set_dashes( m_penGC, 0, (char*)req_dash, req_nb_dash );
         }
     }
+#endif
        
     GdkCapStyle capStyle = GDK_CAP_ROUND;
     switch (m_pen.GetCap())