diff options
Diffstat (limited to 'vcl/inc/salgdi.hxx')
-rw-r--r-- | vcl/inc/salgdi.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/salgdi.hxx b/vcl/inc/salgdi.hxx index 24534508b6c1..4a567f5b7f57 100644 --- a/vcl/inc/salgdi.hxx +++ b/vcl/inc/salgdi.hxx @@ -29,6 +29,7 @@ #include <vcl/salnativewidgets.hxx> #include <vcl/metric.hxx> +#include "salgdiimpl.hxx" #include "salglyphid.hxx" #include "sallayout.hxx" @@ -82,6 +83,8 @@ public: SalGraphics(); virtual ~SalGraphics(); + virtual SalGraphicsImpl* GetImpl() const = 0; + void setAntiAliasB2DDraw(bool bNew) { m_bAntiAliasB2DDraw = bNew; } bool getAntiAliasB2DDraw() const { return m_bAntiAliasB2DDraw; } |