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 /vcl/inc/win | |
parent | b9818384ce48cca0c1eb38a611d1eff8383a2bcd (diff) |
vcl: Add method to swap buffers after painting window
Change-Id: Icdf691e7e9e83d039e33d2095270290dc31f2efa
Diffstat (limited to 'vcl/inc/win')
-rw-r--r-- | vcl/inc/win/salgdi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h index 9392cc59173d..aadd971e2026 100644 --- a/vcl/inc/win/salgdi.h +++ b/vcl/inc/win/salgdi.h @@ -397,6 +397,8 @@ public: virtual SystemGraphicsData GetGraphicsData() const; virtual SystemFontData GetSysFontData( int nFallbacklevel ) const; + virtual bool SwapBuffers() SAL_OVERRIDE { return false; }; + /// Update settings based on the platform values static void updateSettingsNative( AllSettings& rSettings ); }; |