summaryrefslogtreecommitdiff
path: root/src/client/guiscalingfilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/guiscalingfilter.h')
-rw-r--r--src/client/guiscalingfilter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/guiscalingfilter.h b/src/client/guiscalingfilter.h
index b703d91f0..379a4bdb0 100644
--- a/src/client/guiscalingfilter.h
+++ b/src/client/guiscalingfilter.h
@@ -54,4 +54,5 @@ void draw2DImageFilterScaled(video::IVideoDriver *driver, video::ITexture *txr,
*/
void draw2DImage9Slice(video::IVideoDriver *driver, video::ITexture *texture,
const core::rect<s32> &rect, const core::rect<s32> &middle,
- const core::rect<s32> *cliprect = nullptr);
+ const core::rect<s32> *cliprect = nullptr,
+ const video::SColor *const colors = nullptr);