mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:05:40 +00:00
Add #define VIDMEM_* * to make some older drv code happy
svn path=/trunk/; revision=31472
This commit is contained in:
parent
3875bcd631
commit
30eb26e6fb
1 changed files with 10 additions and 0 deletions
|
@ -1451,6 +1451,16 @@ typedef struct DD_KERNELCALLBACKS
|
|||
#define DDRAWI_VPORTGETCOLOR 0x0001
|
||||
#define DDRAWI_VPORTSETCOLOR 0x0002
|
||||
|
||||
#ifndef __DDRAWI_INCLUDED__
|
||||
#define VIDMEM_ISLINEAR 0x00000001
|
||||
#define VIDMEM_ISRECTANGULAR 0x00000002
|
||||
#define VIDMEM_ISHEAP 0x00000004
|
||||
#define VIDMEM_ISNONLOCAL 0x00000008
|
||||
#define VIDMEM_ISWC 0x00000010
|
||||
#define VIDMEM_ISDISABLED 0x00000020
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue