mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Match STYPE_* definitions to DDK values
svn path=/trunk/; revision=4137
This commit is contained in:
parent
d470f18cfb
commit
ffb96febaf
1 changed files with 3 additions and 3 deletions
|
@ -388,9 +388,9 @@ enum _SPS_RC
|
|||
|
||||
enum _SURF_TYPES
|
||||
{
|
||||
STYPE_BITMAP = 1,
|
||||
STYPE_DEVICE,
|
||||
STYPE_DEVBITMAP
|
||||
STYPE_BITMAP = 0,
|
||||
STYPE_DEVICE = 1,
|
||||
STYPE_DEVBITMAP = 3
|
||||
};
|
||||
|
||||
#define WO_RGN_CLIENT_DELTA 0x00000001
|
||||
|
|
Loading…
Reference in a new issue