aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sci/gui/gui_helpers.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/engines/sci/gui/gui_helpers.h b/engines/sci/gui/gui_helpers.h
index 7a0399454d..816a387cb7 100644
--- a/engines/sci/gui/gui_helpers.h
+++ b/engines/sci/gui/gui_helpers.h
@@ -54,17 +54,7 @@ struct sciPort {
int16 penMode;
};
-struct sciWnd {
- // begins like sciPort (needs to be binary identical!!)
- sciNode node; // node struct for list operations
- int16 top, left;
- Common::Rect rect;
- int16 curTop, curLeft;
- int16 fontHeight;
- sciResourceId fontId;
- int16 textFace, penClr, backClr;
- int16 penMode;
- // window specific members
+struct sciWnd : public sciPort {
Common::Rect dims; // client area of window
Common::Rect restoreRect; // total area of window including borders
uint16 wndStyle;