summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-11-22 17:55:39 +0100
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-11-23 13:59:24 +0100
commit15f66df8602b0920266ff2be86873246da4fda31 (patch)
treec3d24a67cd2e469cf77a46333688396871f55863 /include
parentf1592d3821a2ab69d2ddd27095696a39082bc24d (diff)
vcl: Bitmap processor to create a disabled image
Change-Id: Iba5d86988736fa28329e1ba2783dfb15e37815a8
Diffstat (limited to 'include')
-rw-r--r--include/vcl/BitmapProcessor.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/BitmapProcessor.hxx b/include/vcl/BitmapProcessor.hxx
index 73f0001563d4..3d7397fd9a6f 100644
--- a/include/vcl/BitmapProcessor.hxx
+++ b/include/vcl/BitmapProcessor.hxx
@@ -16,6 +16,7 @@ class BitmapProcessor
{
public:
static BitmapEx createLightImage(const BitmapEx& rBitmapEx);
+ static BitmapEx createDisabledImage(const BitmapEx& rBitmapEx);
};
#endif // INCLUDED_VCL_BITMAP_PROCESSOR_HXX