diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-11-07 18:04:37 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-11-10 07:59:27 +0100 |
commit | 3782d303cdec29ffec26095d2e7018418efa33a1 (patch) | |
tree | 4ba549512aa4cb45f641f4a0541d8115906fceea /vcl/win | |
parent | 5d799809eb90869b2c01a2ffbe0619fd249a219a (diff) |
windows opengl: Make SwapBuffers() actually do something.
Change-Id: If58e9eaccd4850d33302ced5e83f649415158e24
Diffstat (limited to 'vcl/win')
-rw-r--r-- | vcl/win/source/gdi/salgdi.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/win/source/gdi/salgdi.cxx b/vcl/win/source/gdi/salgdi.cxx index 138775a94ae4..f185955f5337 100644 --- a/vcl/win/source/gdi/salgdi.cxx +++ b/vcl/win/source/gdi/salgdi.cxx @@ -1029,4 +1029,9 @@ SystemGraphicsData WinSalGraphics::GetGraphicsData() const return aRes; } +bool WinSalGraphics::SwapBuffers() +{ + return mpImpl->swapBuffers(); +} + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |