create directories branches, tags, trunk
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / test.c
index c326fc5feb933d5a4eb7005c64cc7ead9e93c394..8a71a52e2658457bbf46fd9a4246999eb94f2eb7 100644 (file)
@@ -1,4 +1,24 @@
-
+/* This file is part of the Linux Trace Toolkit viewer
+ * Copyright (C) 2003-2004 Mathieu Desnoyers
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License Version 2 as
+ * published by the Free Software Foundation;
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, 
+ * MA 02111-1307, USA.
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 static void destroy_cb( GtkWidget *widget,
                                        gpointer   data )
@@ -124,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.023939 seconds and 4 git commands to generate.