create directories branches, tags, trunk
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / test.c
index 4425f4d546b8b678255f9852a7e49058073a0c73..8a71a52e2658457bbf46fd9a4246999eb94f2eb7 100644 (file)
@@ -16,6 +16,9 @@
  * MA 02111-1307, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 static void destroy_cb( GtkWidget *widget,
                                        gpointer   data )
@@ -141,7 +144,7 @@ void test_draw() {
        
        test_draw(control_flow_data);
        
-       gdk_gc_copy(GC,widget->style->white_gc);
+       gdk_gc_copy(GC,widget->style->black_gc);
        gdk_gc_set_foreground(GC,&color);
        
        //gdk_draw_arc (widget->window,
This page took 0.023549 seconds and 4 git commands to generate.