aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.h
diff options
context:
space:
mode:
authorMax Horn2004-03-13 13:22:14 +0000
committerMax Horn2004-03-13 13:22:14 +0000
commit4aa240e0e5585828753663c9f9a8a65abf66f56e (patch)
tree51819c2f767e2355fc43a6cb7294812ac12858fc /gui/newgui.h
parenta0bde7a732a121915a63c835d3177a616b85eab0 (diff)
downloadscummvm-rg350-4aa240e0e5585828753663c9f9a8a65abf66f56e.tar.gz
scummvm-rg350-4aa240e0e5585828753663c9f9a8a65abf66f56e.tar.bz2
scummvm-rg350-4aa240e0e5585828753663c9f9a8a65abf66f56e.zip
use 'Surface' in NewGui
svn-id: r13244
Diffstat (limited to 'gui/newgui.h')
-rw-r--r--gui/newgui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/newgui.h b/gui/newgui.h
index 58e2bc2997..c54df2f203 100644
--- a/gui/newgui.h
+++ b/gui/newgui.h
@@ -84,7 +84,7 @@ public:
protected:
OSystem *_system;
- OverlayColor *_screen;
+ Surface _screen;
int _screenPitch;
bool _needRedraw;