aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/macwindow.h
diff options
context:
space:
mode:
authorEugene Sandulenko2019-10-04 19:08:58 +0200
committerEugene Sandulenko2019-10-04 19:10:03 +0200
commit93e8109cdfd37a5e5cc55eeba4d0e9aa9dcefca2 (patch)
tree8916f5221c4a2145084af2f0ab67a8142fc11d43 /graphics/macgui/macwindow.h
parentf7a19617d2a06ea50268e96e570daa72bba7eb93 (diff)
downloadscummvm-rg350-93e8109cdfd37a5e5cc55eeba4d0e9aa9dcefca2.tar.gz
scummvm-rg350-93e8109cdfd37a5e5cc55eeba4d0e9aa9dcefca2.tar.bz2
scummvm-rg350-93e8109cdfd37a5e5cc55eeba4d0e9aa9dcefca2.zip
GRAPHICS: MACGUI: Add possibility to pass borders as a surface
Diffstat (limited to 'graphics/macgui/macwindow.h')
-rw-r--r--graphics/macgui/macwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/macgui/macwindow.h b/graphics/macgui/macwindow.h
index fdf750c50a..94d6e943a7 100644
--- a/graphics/macgui/macwindow.h
+++ b/graphics/macgui/macwindow.h
@@ -277,7 +277,7 @@ public:
* @param bo Width of the bottom side of the border, in pixels.
*/
void loadBorder(Common::SeekableReadStream &file, bool active, int lo = -1, int ro = -1, int to = -1, int bo = -1);
- //void setBorder(TransparentSurface &border, bool active);
+ void setBorder(TransparentSurface *border, bool active, int lo = -1, int ro = -1, int to = -1, int bo = -1);
/**
* Indicate whether the window can be closed (false by default).