summaryrefslogtreecommitdiff
path: root/src/win95/awtexld.hpp
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-07-29 20:57:33 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commit4db15e7459ab06860cb7a7e162ca6d2b52a68b9c (patch)
treed26b85d52ff351d029f8138b58fbebee3464c1e1 /src/win95/awtexld.hpp
parent5c497c61a656f338eb9599fb5f364ad853d0eccf (diff)
More compiling. Things are starting to get hacky (adding stubs, commenting
out unimplemented windows stuff, and so on).
Diffstat (limited to 'src/win95/awtexld.hpp')
-rw-r--r--src/win95/awtexld.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/win95/awtexld.hpp b/src/win95/awtexld.hpp
index e47d87e..d869511 100644
--- a/src/win95/awtexld.hpp
+++ b/src/win95/awtexld.hpp
@@ -1,7 +1,7 @@
#ifndef _INCLUDED_AWTEXLD_HPP_
#define _INCLUDED_AWTEXLD_HPP_
-#include "awTexLd.h"
+#include "awtexld.h"
#include "media.hpp"
#include "db.h"
#ifndef DB_COMMA
@@ -51,7 +51,7 @@ namespace AwTl {
unsigned blueLeftShift;
unsigned blueRightShift;
- DDPIXELFORMAT ddpf;
+// DDPIXELFORMAT ddpf;
};
// DO SOMTHING ABOUT THIS
@@ -76,7 +76,8 @@ namespace AwTl {
static_cast<unsigned>(_colP->r)>>pixelFormat.redRightShift<<pixelFormat.redLeftShift
|static_cast<unsigned>(_colP->g)>>pixelFormat.greenRightShift<<pixelFormat.greenLeftShift
|static_cast<unsigned>(_colP->b)>>pixelFormat.blueRightShift<<pixelFormat.blueLeftShift
- |pixelFormat.ddpf.dwRGBAlphaBitMask
+/* TODO */
+/*|pixelFormat.ddpf.dwRGBAlphaBitMask*/
;
}
static inline unsigned DoConv(BYTE const * _colP, Colour const * _paletteP db_code1(DB_COMMA unsigned _paletteSize))