drawing arc larger
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sun, 4 Jan 2004 20:09:00 +0000 (20:09 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sun, 4 Jan 2004 20:09:00 +0000 (20:09 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@352 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.c

index 785c73e42f36b84f2c48c4b67445574433a089a6..a268bf2284a1f306aaa28367a4add63b2e820f62 100644 (file)
@@ -138,7 +138,7 @@ void send_test_drawing(ProcessList *Process_List,
        
        /* Draw arc */
        gdk_draw_arc(Pixmap, Drawing->Drawing_Area_V->style->black_gc,
-                                                       TRUE, 100, y, 5, 5, 0, 360*64);
+                                                       TRUE, 100, y, height/2, height/2, 0, 360*64);
 
        g_info("y : %u, height : %u", y, height);
 
This page took 0.025162 seconds and 4 git commands to generate.