DXGL r565 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r564‎ | r565 | r566 >
Date:03:17, 11 November 2014
Author:admin
Status:new
Tags:
Comment:
Add missing control to new DXGLCFG dialog resource.
Modified paths:
  • /dxglcfg2/dxglcfg2.rc (modified) (history)
  • /dxglcfg2/resource.h (modified) (history)

Diff [purge]

Index: dxglcfg2/dxglcfg2.rc
@@ -48,6 +48,7 @@
4949 LTEXT "Sort video modes", IDC_STATIC, 114, 57, 56, 8, SS_LEFT, WS_EX_LEFT
5050 COMBOBOX IDC_VIDMODE, 7, 17, 102, 30, CBS_DROPDOWNLIST | CBS_HASSTRINGS, WS_EX_LEFT
5151 LTEXT "Video mode", IDC_STATIC, 7, 7, 38, 8, SS_LEFT, WS_EX_LEFT
 52+ AUTOCHECKBOX "Change display color depth", IDC_COLOR, 7, 110, 100, 10, 0, WS_EX_LEFT
5253 }
5354
5455
Index: dxglcfg2/resource.h
@@ -58,3 +58,4 @@
5959 #define IDC_EXTRAMODES 1026
6060 #define IDC_CUSTOMSCALEY 1027
6161 #define IDC_VSYNC 1028
 62+#define IDC_COLOR 1029