wined3d: Fix a usage flags conflict.
commit2b2a5d7fbc2d97e557c2b387c9e5f701ff3740b5
authorRoderick Colenbrander <thunderbird2k@gmx.net>
Sun, 22 Jun 2008 20:53:36 +0000 (22 20:53 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 23 Jun 2008 10:54:15 +0000 (23 12:54 +0200)
tree8e07cb4855a130ee411c1fd586c4fc2f90d32d30
parent5cc5d8a070d643bed9f581dca67ae799daf43a49
wined3d: Fix a usage flags conflict.

Both WINED3DUSAGE_OVERLAY and WINED3DUSAGE_QUERY_SRGBBLEND were using
the same value. All usage flags except for OVERLAY are directly mapped
to d3d9, so give OVERLAY its own value.
include/wine/wined3d_types.h