summaryrefslogtreecommitdiffstats
path: root/vcl/unx/generic/gdi/gdiimpl.hxx
diff options
context:
space:
mode:
authorLouis-Francis Ratté-Boulianne <lfrb@collabora.com>2014-11-04 17:29:49 -0500
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-11-10 07:59:02 +0100
commit73b1ef159b92e84c3b72fd0a772714761f5c3dac (patch)
tree90f14c4f855d2f9dd2e76b11854058d424028d4d /vcl/unx/generic/gdi/gdiimpl.hxx
parentuse the configuration value (diff)
downloadcore-73b1ef159b92e84c3b72fd0a772714761f5c3dac.tar.gz
core-73b1ef159b92e84c3b72fd0a772714761f5c3dac.zip
vcl: Add method to swap buffers after painting window
Change-Id: Icdf691e7e9e83d039e33d2095270290dc31f2efa
Diffstat (limited to 'vcl/unx/generic/gdi/gdiimpl.hxx')
-rw-r--r--vcl/unx/generic/gdi/gdiimpl.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/unx/generic/gdi/gdiimpl.hxx b/vcl/unx/generic/gdi/gdiimpl.hxx
index e81d16ee0cb5..b4fb21cb4142 100644
--- a/vcl/unx/generic/gdi/gdiimpl.hxx
+++ b/vcl/unx/generic/gdi/gdiimpl.hxx
@@ -265,6 +265,8 @@ public:
sal_uInt8 nTransparency ) SAL_OVERRIDE;
virtual bool drawGradient(const tools::PolyPolygon& rPolygon, const Gradient& rGradient) SAL_OVERRIDE;
+
+ virtual bool swapBuffers() SAL_OVERRIDE { return false; }
};
#endif