| commit | c9ab894ae846185a0341656922b0aa1632bfe886 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Thu Jan 19 10:01:25 2017 +0000 |
| committer | Caolán McNamara <caolanm@redhat.com> | Sun Jan 22 21:00:18 2017 +0000 |
| tree | cdefbec5d28499790cb15eabbc3a0b20a9fbc90d | |
| parent | 9961508ef33d8cbb158ccb94fe23e99bcec7d3e2 [diff] |
Resolves: tdf#105416 blank windows under HiDPI RTL Change-Id: I819f06babd448c37ce2d58297562b640aba1c8c6 (cherry picked from commit 4e9cfc178c47893229f8030bfe73e2b7c5de92c3) Reviewed-on: https://gerrit.libreoffice.org/33302 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx index 3f4a042..c832893 100644 --- a/vcl/headless/svpgdi.cxx +++ b/vcl/headless/svpgdi.cxx
@@ -409,7 +409,7 @@ sal_uInt16 SvpSalGraphics::GetBitCount() const long SvpSalGraphics::GetGraphicsWidth() const { return m_pSurface ? cairo_image_surface_get_width(m_pSurface) : 0; return m_pSurface ? cairo_image_surface_get_width(m_pSurface) / m_fScale : 0; } void SvpSalGraphics::ResetClipRegion()