diff options
Diffstat (limited to 'src/win95/aw.h')
| -rw-r--r-- | src/win95/aw.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/win95/aw.h b/src/win95/aw.h index 8b9985c..4a4ecec 100644 --- a/src/win95/aw.h +++ b/src/win95/aw.h @@ -19,6 +19,9 @@ typedef struct DIRECTDRAWSURFACE float RecipW; float RecipH; + int hasAlpha; + int hasChroma; + int filter; } DIRECTDRAWSURFACE; |
