aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/macwindow.h
diff options
context:
space:
mode:
authorBorja Lorente2016-07-29 12:10:30 +0200
committerBorja Lorente2016-07-31 14:05:15 +0200
commit4a16f5fc3987be23dd67d6ed42c9f8f0453eba6d (patch)
treea2ab33ecc29def5c4fa782b4c963b7ffc3935b61 /graphics/macgui/macwindow.h
parent3d950ad125dee02b45931c2a7943e4ee4d6a93d9 (diff)
downloadscummvm-rg350-4a16f5fc3987be23dd67d6ed42c9f8f0453eba6d.tar.gz
scummvm-rg350-4a16f5fc3987be23dd67d6ed42c9f8f0453eba6d.tar.bz2
scummvm-rg350-4a16f5fc3987be23dd67d6ed42c9f8f0453eba6d.zip
WAGE: Begin adding borders to the windows
Diffstat (limited to 'graphics/macgui/macwindow.h')
-rw-r--r--graphics/macgui/macwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/macgui/macwindow.h b/graphics/macgui/macwindow.h
index dbbaff2d1e..335722b6e2 100644
--- a/graphics/macgui/macwindow.h
+++ b/graphics/macgui/macwindow.h
@@ -127,8 +127,7 @@ public:
const Common::Rect &getInnerDimensions() { return _innerDims; }
bool draw(ManagedSurface *g, bool forceRedraw = false);
- bool drawTR(Surface &g, int x, int y, int w, int h, bool forceRedraw);
-
+
void setActive(bool active);
void setTitle(Common::String &title) { _title = title; }
void setHighlight(WindowClick highlightedPart);
@@ -151,6 +150,7 @@ private:
ManagedSurface _composeSurface;
NinePatchBitmap _bmp;
+ TransparentSurface _borders;
bool _scrollable;
bool _resizable;