diff dwtest.c @ 1270:24f1dc19601d

Implemented DW_DRAW_FULL on Windows and implemented DW_DRAW_FILL for ellipses. Fixed not passing DW_DRAW_FULL in the test program.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 30 Oct 2011 01:41:14 +0000
parents 9e477efbacca
children 70efdb4e0ce9
line wrap: on
line diff
--- a/dwtest.c	Sun Oct 30 00:40:22 2011 +0000
+++ b/dwtest.c	Sun Oct 30 01:41:14 2011 +0000
@@ -376,7 +376,7 @@
     /* Bottom left corner */
     dw_draw_arc(window, pixmap, 0, 30, height - 30, 30, height - 10, 10, height - 30);
     /* Full circle in the left top area */
-    dw_draw_arc(window, pixmap, 0, 100, 100, 80, 80, 120, 120);
+    dw_draw_arc(window, pixmap, DW_DRAW_FULL, 100, 100, 80, 80, 120, 120);
     if(image)
     {
         if(image_stretch)