diff options
author | Louis-Francis Ratté-Boulianne <lfrb@collabora.com> | 2014-11-13 21:30:05 -0500 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-11-15 12:17:42 +0100 |
commit | aa9dfcee5039246874809f1235835415b8eaa1a9 (patch) | |
tree | 5fdbe1eeaf493d849b3fabf4beafe18a005dad4c /vcl/inc/unx/salgdi.h | |
parent | 9d2afa44fd783820c64d424632f4d96278382253 (diff) |
vcl: Implement copyBits in the OpenGL backend
Change-Id: I101afd11394d3d024d38519afd61d700114702ac
Diffstat (limited to 'vcl/inc/unx/salgdi.h')
-rw-r--r-- | vcl/inc/unx/salgdi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/unx/salgdi.h b/vcl/inc/unx/salgdi.h index f14eab60f8ed..a09e026c6d2e 100644 --- a/vcl/inc/unx/salgdi.h +++ b/vcl/inc/unx/salgdi.h @@ -128,6 +128,7 @@ public: void Init( class ImplSalPrinterData *pPrinter ); void DeInit(); + SalGraphicsImpl* GetImpl() const SAL_OVERRIDE; inline const SalDisplay* GetDisplay() const; inline Display* GetXDisplay() const; inline const SalVisual& GetVisual() const; |