diff readme @ 1528:5facb5380944

Added dw_main_quit() function for exiting the dw_main() loop. Also some cleanups added to dw_exit() on OS/2 and Windows. Changed OS/2 to no longer destroy the message queue when leaving dw_main()... it should be done in dw_exit().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 05 Jan 2012 15:45:11 +0000
parents 026c0b4d6ee9
children 783a464afab2
line wrap: on
line diff
--- a/readme	Tue Jan 03 15:59:00 2012 +0000
+++ b/readme	Thu Jan 05 15:45:11 2012 +0000
@@ -52,6 +52,7 @@
 Added auto-positioning on Mac; reimplemented auto-positioning on OS/2.
 Added DW_DRAW_NOAA which can be passed to dw_draw_*() API functions
    that accept the flags parameter to disable anti-aliasing.
+Added dw_main_quit() to cause the dw_main() message loop to return.
 Fixed auto-sizing top-level windows on Windows; added on OS/2 and Mac.
 Fixed bubble help not being displayed on Windows.
 Fixed menu bar items remaining highlighted on Mac.