aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/macwindow.h
diff options
context:
space:
mode:
authorEugene Sandulenko2019-09-29 23:24:37 +0200
committerEugene Sandulenko2019-09-29 23:26:05 +0200
commit3fbcc67766745d28f1b39d95459e53835beb628a (patch)
tree998fdb7b1df000fc73aa8e95479b22a90bf2b96a /graphics/macgui/macwindow.h
parent45ef1eb16683ea876758b35eef48a54be34d5f2a (diff)
downloadscummvm-rg350-3fbcc67766745d28f1b39d95459e53835beb628a.tar.gz
scummvm-rg350-3fbcc67766745d28f1b39d95459e53835beb628a.tar.bz2
scummvm-rg350-3fbcc67766745d28f1b39d95459e53835beb628a.zip
GRAPHICS: MACGUI: Load border padding directly from the 9-patch
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 f1e0cac7f3..fdf750c50a 100644
--- a/graphics/macgui/macwindow.h
+++ b/graphics/macgui/macwindow.h
@@ -276,7 +276,7 @@ public:
* @param to Width of the top side of the border, in pixels.
* @param bo Width of the bottom side of the border, in pixels.
*/
- void loadBorder(Common::SeekableReadStream &file, bool active, int lo, int ro, int to, int bo);
+ 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);
/**