From 2f9f7ee05c219ee0b92775bbebceec95000c9d7a Mon Sep 17 00:00:00 2001 From: compudj Date: Sun, 4 Jan 2004 20:09:00 +0000 Subject: [PATCH] drawing arc larger git-svn-id: http://ltt.polymtl.ca/svn@352 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1