From: compudj Date: Sun, 4 Jan 2004 20:09:00 +0000 (+0000) Subject: drawing arc larger X-Git-Tag: v0.12.20~3137 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=2f9f7ee05c219ee0b92775bbebceec95000c9d7a;p=lttv.git drawing arc larger git-svn-id: http://ltt.polymtl.ca/svn@352 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.c b/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.c index 785c73e4..a268bf22 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.c +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.c @@ -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);