diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 14:23:52 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 17:24:04 +0000 |
commit | dce032e3ac528cfe3b2199a7998ddc349b4a2eb4 (patch) | |
tree | e6372967bd353c27f90339fd6491de2f3d8afd47 /vcl/headless | |
parent | 98d2e1aaa22fb5e9aeb86750038b6a0bf96bdaf2 (diff) |
thinking
Change-Id: Ib1a086bed7f70e244db2a0bd32819560c6949d51
Diffstat (limited to 'vcl/headless')
-rw-r--r-- | vcl/headless/svpgdi.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx index 3dee490cc7ff..de563063c631 100644 --- a/vcl/headless/svpgdi.cxx +++ b/vcl/headless/svpgdi.cxx @@ -743,4 +743,9 @@ bool SvpSalGraphics::CanResizeCairoSurface() const return false; } +cairo_t* SvpSalGraphics::GetCairoContext() const +{ + return NULL; +} + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |