diff readme @ 1275:0b34e2cf0706

Updated dw_draw_rect and dw_draw_polygon to accept flags the same way as dw_draw_arc. The fill parameter has been replaced by flags which should be backwards compatible. Also updated the source comments to reflect these changes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 30 Oct 2011 10:14:49 +0000
parents 363d859e8372
children b99b0b2c2826
line wrap: on
line diff
--- a/readme	Sun Oct 30 02:13:47 2011 +0000
+++ b/readme	Sun Oct 30 10:14:49 2011 +0000
@@ -55,6 +55,11 @@
    Currently Mac, Win and GTK are supported.
 Added taskbar support on the Mac, GTK (Gnome) and OS/2 (e/XCenter+Systray).
 Added PNG/JPG/GIF/TIFF support on Windows via GDI+.
+Added dw_draw_arc() function for drawing arcs, ellipses and circles.
+Added DW_DRAW_DEFAULT, DW_DRAW_FILL and DW_DRAW_FULL flags which can be passed
+   to dw_draw_arc(), dw_draw_rect() and dw_draw_polygon().  The fill parameter
+   in the latter two has been replaced with flags where DW_DRAW_FILL is the
+   same as TRUE so code using the old scheme should still work unchanged.
 Improved container optimization on Mac, header width now taken into account.
 Fixes for incorrect return codes from the dw_event_* functions on Windows.
 Fixes for incorrect behavior on key_press callbacks on Mac and Windows.