summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-24 10:09:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-25 20:22:44 +0100
commit83484b7b0b3ab73dedced59a52426ab9178c7605 (patch)
tree0b81b15188c9c60d9b825a7cb7255bd30fc21aeb /vcl/inc
parent7357f6f8bff02d403e88c7e9f4a2a36d5f269fa9 (diff)
gtk3: move cairo region clipping to svp
Change-Id: I4b4f09ee3fb7edbda3b6bb5af024c0966e3a2082 (cherry picked from commit edf56cb4300f68a3e513420feccbf8d5287a0428)
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/headless/svpgdi.hxx1
-rw-r--r--vcl/inc/unx/gtk/gtkgdi.hxx2
2 files changed, 1 insertions, 2 deletions
diff --git a/vcl/inc/headless/svpgdi.hxx b/vcl/inc/headless/svpgdi.hxx
index 9698e3deebd7..9b8a25a6c414 100644
--- a/vcl/inc/headless/svpgdi.hxx
+++ b/vcl/inc/headless/svpgdi.hxx
@@ -212,6 +212,7 @@ public:
#if ENABLE_CAIRO_CANVAS
static cairo_t* createCairoContext(const basebmp::BitmapDeviceSharedPtr& rBuffer);
+ void clipRegion(cairo_t* cr);
#endif // ENABLE_CAIRO_CANVAS
diff --git a/vcl/inc/unx/gtk/gtkgdi.hxx b/vcl/inc/unx/gtk/gtkgdi.hxx
index 0d02188e6224..80de62b40a3b 100644
--- a/vcl/inc/unx/gtk/gtkgdi.hxx
+++ b/vcl/inc/unx/gtk/gtkgdi.hxx
@@ -61,8 +61,6 @@ public:
cairo_t* getCairoContext() const;
- void clipRegion(cairo_t* cr);
-
private:
GtkWidget *mpWindow;
static GtkStyleContext *mpButtonStyle;