(svn r3162) -Fix: renamed 'Message' to 'WindowMessage', a struct named 'Message' already

exists on MorphOS
pull/155/head
truelight 19 years ago
parent d431d15b34
commit 17b97b7b63

@ -272,11 +272,11 @@ typedef struct ResizeInfo {
uint step_height;
} ResizeInfo;
typedef struct Message {
typedef struct WindowMessage {
int msg;
int wparam;
int lparam;
} Message;
} WindowMessage;
struct Window {
uint16 flags4;
@ -298,7 +298,7 @@ struct Window {
Widget *widget;
uint32 desc_flags;
Message message;
WindowMessage message;
byte custom[WINDOW_CUSTOM_SIZE];
};

Loading…
Cancel
Save