Fixed the multiple typedef of DRAWABLE_DESC.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2904 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2008-01-12 06:21:42 +00:00
parent 456dcabfa0
commit 4e90ff83e9
+2 -2
View File
@@ -48,12 +48,12 @@ struct frame_desc
struct drawable_desc *parent;
};
typedef struct drawable_desc
struct drawable_desc
{
CREATE_FLAGS Flags;
UWORD MaxIndex;
FRAME_DESC *Frame;
} DRAWABLE_DESC;
};
#define GetFrameWidth(f) ((f)->Bounds.width)
#define GetFrameHeight(f) ((f)->Bounds.height)