From e35f82665cfdb40231c2e0a8a41c81642273160d Mon Sep 17 00:00:00 2001 From: Matteo Bruni Date: Thu, 30 Apr 2015 23:22:17 +0200 Subject: [PATCH] include: Fix comments about the availability of D3D light types. --- include/wine/wined3d.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wine/wined3d.h b/include/wine/wined3d.h index a5f53c4dafe..bb7007c3548 100644 --- a/include/wine/wined3d.h +++ b/include/wine/wined3d.h @@ -76,8 +76,8 @@ enum wined3d_light_type WINED3D_LIGHT_POINT = 1, WINED3D_LIGHT_SPOT = 2, WINED3D_LIGHT_DIRECTIONAL = 3, - WINED3D_LIGHT_PARALLELPOINT = 4, /* D3D7 */ - WINED3D_LIGHT_GLSPOT = 5, /* D3D7 */ + WINED3D_LIGHT_PARALLELPOINT = 4, /* < D3D7 */ + WINED3D_LIGHT_GLSPOT = 5, /* < D3D5, not actually usable */ }; enum wined3d_primitive_type