summaryrefslogtreecommitdiffstats
path: root/src/graphics/d3d/d3denum.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/d3d/d3denum.h')
-rw-r--r--src/graphics/d3d/d3denum.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/graphics/d3d/d3denum.h b/src/graphics/d3d/d3denum.h
index 0086d57..4f1edfc 100644
--- a/src/graphics/d3d/d3denum.h
+++ b/src/graphics/d3d/d3denum.h
@@ -53,7 +53,7 @@ struct D3DEnum_DeviceInfo
TCHAR strDesc[40];
GUID* pDeviceGUID;
D3DDEVICEDESC7 ddDeviceDesc;
- BOOL bHardware;
+ bool bHardware;
// DDraw Driver info
GUID* pDriverGUID;
@@ -62,8 +62,8 @@ struct D3DEnum_DeviceInfo
// DDraw Mode Info
DDSURFACEDESC2 ddsdFullscreenMode;
- BOOL bWindowed;
- BOOL bStereo;
+ bool bWindowed;
+ bool bStereo;
// For internal use (apps should not need to use these)
GUID guidDevice;
@@ -71,8 +71,8 @@ struct D3DEnum_DeviceInfo
DDSURFACEDESC2* pddsdModes;
DWORD dwNumModes;
DWORD dwCurrentMode;
- BOOL bDesktopCompatible;
- BOOL bStereoCompatible;
+ bool bDesktopCompatible;
+ bool bStereoCompatible;
};