DXGL r524 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r523‎ | r524 | r525 >
Date:16:44, 7 September 2014
Author:admin
Status:new
Tags:
Comment:
Update release version. Add help for experimental crop to screen mode.
Modified paths:
  • /Help/configuration.htm (modified) (history)
  • /ReadMe.txt (modified) (history)
  • /common/releasever.h (modified) (history)

Diff [purge]

Index: Help/configuration.htm
@@ -47,6 +47,8 @@
4848 Attempts to change the desktop resolution. If the mode is not compatible, chooses the closest mode and scales the primary to the screen, preserving aspect ratio.
4949 <h3>Center if mode not found</h3>
5050 Attempts to change the desktop resolution. If the mode is not compatible, chooses the closest mode and displays the primary in the center of the screen.
 51+ <h3>Crop to screen</h3>
 52+ (Experimental) Crops the output to the screen. Currently in development.
5153 <h2><a name="sortmodes" />Sort video modes</h2>
5254 Determines how to sort the video modes returned by IDirectDraw::EnumDisplayModes
5355 <h3>Use system order</h3>
Index: ReadMe.txt
@@ -1,4 +1,4 @@
2 -DXGL 0.5.4
 2+DXGL 0.5.5
33 http://www.williamfeely.info/wiki/DXGL
44
55 == Introduction ==
Index: common/releasever.h
@@ -4,7 +4,7 @@
55
66 #define DXGLMAJORVER 0
77 #define DXGLMINORVER 5
8 -#define DXGLPOINTVER 4
 8+#define DXGLPOINTVER 5
99
1010 #define STR2(x) #x
1111 #define STR(x) STR2(x)