diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-11-30 18:48:33 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-12-02 09:20:25 +0100 |
commit | 3cc833098a090b5ff611051e9da2af94d53d1017 (patch) | |
tree | bd06ff2d759b4d18186ac368ec7827817e9fff52 /vcl/inc/quartz | |
parent | 021089d8ee76baa13f09bbeccf2bdbedc4e9efed (diff) |
implement virtual methods for OSX vcl backend
Change-Id: Ifd7e06529cbf2e20bdd1560586420cda39c5a50c
Diffstat (limited to 'vcl/inc/quartz')
-rw-r--r-- | vcl/inc/quartz/salvd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/quartz/salvd.h b/vcl/inc/quartz/salvd.h index e1d1d5137c33..e3c68ab9ff10 100644 --- a/vcl/inc/quartz/salvd.h +++ b/vcl/inc/quartz/salvd.h @@ -61,6 +61,9 @@ public: virtual SalGraphics* AcquireGraphics() SAL_OVERRIDE; virtual void ReleaseGraphics( SalGraphics* pGraphics ) SAL_OVERRIDE; virtual bool SetSize( long nNewDX, long nNewDY ) SAL_OVERRIDE; + + virtual long GetWidth() const SAL_OVERRIDE; + virtual long GetHeight() const SAL_OVERRIDE; }; #endif // INCLUDED_VCL_INC_QUARTZ_SALVD_H |