annotate Version @ 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 c98542f7ccdf
children 080b764e8982
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1359
c98542f7ccdf Convert line endings in the Version file to Unix style to prevent issues with BSD make.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 1350
diff changeset
1 # Set these here to change the version for all platforms
c98542f7ccdf Convert line endings in the Version file to Unix style to prevent issues with BSD make.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 1350
diff changeset
2 DW_MAJOR_VERSION=2
c98542f7ccdf Convert line endings in the Version file to Unix style to prevent issues with BSD make.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 1350
diff changeset
3 DW_MINOR_VERSION=2