diff readme @ 1535:2913bb58f439

Added DW_FCF_COMPOSITED frame creation flag, used only on Windows currently... it enabled composited (translucent) windows on supported versions of Windows (7 and Vista). Deprecated the DW_FCF_VERTSCROLL and DW_FCF_HORZSCROLL flags... use scrollboxes instead. Removed a terrible hack of using the WS_VSCROLL flag to pass task list... applications require a recompile so we will still handle the old WS_VSCROLL flag until version 3.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 11 Jan 2012 05:36:00 +0000
parents 783a464afab2
children a80ec948c3eb
line wrap: on
line diff
--- a/readme	Mon Jan 09 16:04:00 2012 +0000
+++ b/readme	Wed Jan 11 05:36:00 2012 +0000
@@ -53,11 +53,14 @@
 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.
+Added DW_FCF_COMPOSITED to enable Aero Glass effects on Windows 7 and Vista.
 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 10.6 and later.
 Fixed OS/2 and Windows showing windows during dw_window_set_pos/size().
-Deprecated DW_FCF_NOBYTEALIGN and DW_FCF_SHELLPOSITION flags.
+Deprecated DW_FCF_NOBYTEALIGN, DW_FCF_SHELLPOSITION, DW_FCF_HORZSCROLL and
+   DW_FCF_VERTSCROLL flags.
+
 
 Dynamic Windows Documentation is available at: