From 421b6558c108549a8e5f97ff2199aae9a7da2f6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20D=C3=B6singer?= Date: Thu, 4 Sep 2008 15:51:21 -0500 Subject: [PATCH] wined3d: Pack the ffp_desc structure better. --- dlls/wined3d/wined3d_private.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dlls/wined3d/wined3d_private.h b/dlls/wined3d/wined3d_private.h index 794293afa9f..f009bcd0d68 100644 --- a/dlls/wined3d/wined3d_private.h +++ b/dlls/wined3d/wined3d_private.h @@ -785,10 +785,7 @@ struct ffp_settings { FOG_EXP, FOG_EXP2 } fog; - /* Use an int instead of a char to get dword alignment. gcc tends to align the - * size of the whole structure, so there are 3 padding bytes. These remain - * uninitialized in the construction function and cause confusion in the hashmap - */ + /* Use an int instead of a char to get dword alignment */ unsigned int sRGB_write; };