summaryrefslogtreecommitdiffstats
path: root/lib/kwmf/kwmf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kwmf/kwmf.cc')
-rw-r--r--lib/kwmf/kwmf.cc16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/kwmf/kwmf.cc b/lib/kwmf/kwmf.cc
index 38d520db..06092a82 100644
--- a/lib/kwmf/kwmf.cc
+++ b/lib/kwmf/kwmf.cc
@@ -357,33 +357,33 @@ bool KWmf::parse(
for (int i = 0; i < s_maxHandles; i++)
m_objectHandles[i] = NULL;
- typedef struct _RECT
+ struct RECT
{
S16 left;
S16 top;
S16 right;
S16 bottom;
- } RECT;
+ };
- typedef struct _RECTL
+ struct RECTL
{
S32 left;
S32 top;
S32 right;
S32 bottom;
- } RECTL;
+ };
- typedef struct _SIZE
+ struct SIZE
{
S16 width;
S16 height;
- } SIZE;
+ };
- typedef struct _SIZEL
+ struct SIZEL
{
S32 width;
S32 height;
- } SIZEL;
+ };
struct WmfEnhMetaHeader
{