aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/gui.h
diff options
context:
space:
mode:
authorBorja Lorente2016-06-03 20:50:40 +0200
committerBorja Lorente2016-07-31 14:45:37 +0200
commit638e8e99c885722b0ab2d7ee62a7f840ddea1c1a (patch)
tree682d6407dfc0a2242d38c75a076bd46036ba3fe7 /engines/wage/gui.h
parentf642ad1caec00295094fe89ded56a3302bafad2d (diff)
downloadscummvm-rg350-638e8e99c885722b0ab2d7ee62a7f840ddea1c1a.tar.gz
scummvm-rg350-638e8e99c885722b0ab2d7ee62a7f840ddea1c1a.tar.bz2
scummvm-rg350-638e8e99c885722b0ab2d7ee62a7f840ddea1c1a.zip
WAGE: Change GUI Scene to load BMP borders
Diffstat (limited to 'engines/wage/gui.h')
-rw-r--r--engines/wage/gui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wage/gui.h b/engines/wage/gui.h
index a6a25266b1..898c7c3162 100644
--- a/engines/wage/gui.h
+++ b/engines/wage/gui.h
@@ -54,6 +54,7 @@
#include "graphics/macgui/macwindowmanager.h"
#include "graphics/macgui/macwindow.h"
#include "graphics/macgui/macmenu.h"
+#include "graphics/macgui/macwindowborder.h"
#include "common/events.h"
#include "common/rect.h"
@@ -156,6 +157,7 @@ private:
void updateTextSelection(int x, int y);
void loadBorders();
+ void loadBorder(Graphics::MacWindow *target, Common::String filename, bool active);
public:
Graphics::ManagedSurface _screen;
@@ -175,8 +177,6 @@ public:
Graphics::MacWindow *_consoleWindow;
private:
- Graphics::TransparentSurface *_activeBorder;
- Graphics::TransparentSurface *_inactiveBorder;
Graphics::ManagedSurface _console;
Graphics::Menu *_menu;