changeset 1272:5c200b371600

Implemented DW_DRAW_FULL for GTK2.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 30 Oct 2011 01:56:37 +0000
parents 8655753e2bc4
children dfecd7b3c81e
files gtk/dw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gtk/dw.c	Sun Oct 30 01:50:19 2011 +0000
+++ b/gtk/dw.c	Sun Oct 30 01:56:37 2011 +0000
@@ -8108,7 +8108,7 @@
       double radius1 = 0, radius2 = 0;
       int alpha1, alpha2;
 
-      if(x1 == x2 && y1 == y2)
+      if(flags & DW_DRAW_FULL)
       {
          radius1 = 0.0;
          radius2 = 360.0;