wined3d: Fix another DWORD to WORD conversion warning.

This commit is contained in:
Stefan Dösinger 2010-07-28 16:27:02 +02:00 committed by Alexandre Julliard
parent fc5eeebe1a
commit 4d45a791b6
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ static ULONG WINAPI IWineD3DPaletteImpl_Release(IWineD3DPalette *iface) {
}
/* Not called from the vtable */
static DWORD IWineD3DPaletteImpl_Size(DWORD dwFlags)
static WORD IWineD3DPaletteImpl_Size(DWORD dwFlags)
{
switch (dwFlags & SIZE_BITS) {
case WINEDDPCAPS_1BIT: return 2;