wined3d: Pack the ffp_desc structure better.

This commit is contained in:
Stefan Dösinger 2008-09-04 15:51:21 -05:00 committed by Alexandre Julliard
parent 4d1d16836b
commit 421b6558c1
1 changed files with 1 additions and 4 deletions

View File

@ -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;
};