diff options
| author | Steven Fuller <relnev@icculus.org> | 2017-05-05 12:00:00 +0200 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 03:51:51 +0200 |
| commit | 5673c1665a2c6d7fdaf1a20d554bb135a20c7bc8 (patch) | |
| tree | ccf08c484f14d7c5e95fa7f645db2014d61ebb78 /src/win95/aw.h | |
| parent | 0de664d0a886bcda45a0cd05551b6896c5c46ed0 (diff) | |
Import icculus.org release (2017-05-05)
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; |
