summaryrefslogtreecommitdiff
path: root/vcl/inc/win
diff options
context:
space:
mode:
authorLouis-Francis Ratté-Boulianne <lfrb@collabora.com>2014-11-13 21:30:05 -0500
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-11-15 12:17:42 +0100
commitaa9dfcee5039246874809f1235835415b8eaa1a9 (patch)
tree5fdbe1eeaf493d849b3fabf4beafe18a005dad4c /vcl/inc/win
parent9d2afa44fd783820c64d424632f4d96278382253 (diff)
vcl: Implement copyBits in the OpenGL backend
Change-Id: I101afd11394d3d024d38519afd61d700114702ac
Diffstat (limited to 'vcl/inc/win')
-rw-r--r--vcl/inc/win/salgdi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h
index 82cfb387d734..74e8fe00e61d 100644
--- a/vcl/inc/win/salgdi.h
+++ b/vcl/inc/win/salgdi.h
@@ -203,6 +203,7 @@ public:
explicit WinSalGraphics(WinSalGraphics::Type eType, bool bScreen, HWND hWnd);
virtual ~WinSalGraphics();
+ SalGraphicsImpl* GetImpl() const SAL_OVERRIDE;
bool isPrinter() const;
bool isVirtualDevice() const;
bool isWindow() const;