diff options
author | Louis-Francis Ratté-Boulianne <lfrb@collabora.com> | 2014-11-04 17:29:49 -0500 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-11-10 07:59:02 +0100 |
commit | 73b1ef159b92e84c3b72fd0a772714761f5c3dac (patch) | |
tree | 90f14c4f855d2f9dd2e76b11854058d424028d4d /include/vcl | |
parent | b9818384ce48cca0c1eb38a611d1eff8383a2bcd (diff) |
vcl: Add method to swap buffers after painting window
Change-Id: Icdf691e7e9e83d039e33d2095270290dc31f2efa
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/outdev.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 6beb928cbe9b..80d8576a8612 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -514,6 +514,8 @@ public: const Point& rSrcPt, const Size& rSrcSize, sal_uInt16 nFlags = 0 ); + virtual bool SwapBuffers(); + protected: virtual void CopyDeviceArea( SalTwoRect& aPosAry, sal_uInt32 nFlags); |