diff options
Diffstat (limited to 'engines/xeen/screen.cpp')
-rw-r--r-- | engines/xeen/screen.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/xeen/screen.cpp b/engines/xeen/screen.cpp index b1275aaf4b..f773ee5d42 100644 --- a/engines/xeen/screen.cpp +++ b/engines/xeen/screen.cpp @@ -38,6 +38,11 @@ Window::Window(Screen *screen, const Common::Rect &bounds, int a, int border, _xLo(xLo), _ycL(ycL), _xHi(xHi), _ycH(ycH) { } +void Window::update() { + // Window updates are not specifically necessary since all drawing + // automatically gets added to the screen's dirty rect list +} + /*------------------------------------------------------------------------*/ /** |