diff options
Diffstat (limited to 'morphos/morphos.h')
-rw-r--r-- | morphos/morphos.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/morphos/morphos.h b/morphos/morphos.h index 36ce91aaf5..e2fe23b90a 100644 --- a/morphos/morphos.h +++ b/morphos/morphos.h @@ -126,6 +126,8 @@ class OSystem_MorphOS : public OSystem struct Window *ScummWindow; char ScummWndTitle[ 125 ]; APTR ScummBuffer; + int ScummBufferWidth; + int ScummBufferHeight; struct ScreenBuffer *ScummScreenBuffer[ 2 ]; struct BitMap *ScummRenderTo; bool ScummPCMode; |