Add new render screen flag for screen shadowing for unaligned renders.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@778
This commit is contained in:
parent
8a8a1f0415
commit
860af6c52f
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ struct GFX_PalEntry {
|
|||
|
||||
#define GFX_FIXED_BPP 0x01
|
||||
#define GFX_RESIZEABLE 0x02
|
||||
#define GFX_SHADOW 0x04
|
||||
|
||||
|
||||
#define MODE_SET 0x01
|
||||
#define MODE_FULLSCREEN 0x02
|
||||
|
|
Loading…
Add table
Reference in a new issue