Added options to run different tests in module batchtest
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / test.c
index c326fc5feb933d5a4eb7005c64cc7ead9e93c394..9e0e2aaba4f65f606d8dddb607b096b716d61945 100644 (file)
@@ -1,3 +1,20 @@
+/* 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.
+ */
 
 
 static void destroy_cb( GtkWidget *widget,
@@ -124,7 +141,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.022526 seconds and 4 git commands to generate.