From 638e8e99c885722b0ab2d7ee62a7f840ddea1c1a Mon Sep 17 00:00:00 2001 From: Borja Lorente Date: Fri, 3 Jun 2016 20:50:40 +0200 Subject: WAGE: Change GUI Scene to load BMP borders --- engines/wage/gui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/wage/gui.h') 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; -- cgit v1.2.3