reorganize resizing surfaces logic

Desktop / LibreOffice - Caolán McNamara [redhat.com] - 19 March 2015 08:17 UTC

the only case where we don't just create a new surface is the X11 case

Change-Id: I98a3c8f227e208ac9db969ed7711e293fb237c2e Reviewed-on: https://gerrit.libreoffice.org/14902

6c80674 reorganize resizing surfaces logic
canvas/source/cairo/cairo_cairo.hxx | 5 +++--
canvas/source/cairo/cairo_devicehelper.cxx | 15 +++++++--------
canvas/source/cairo/cairo_quartz_cairo.cxx | 15 ---------------
canvas/source/cairo/cairo_quartz_cairo.hxx | 2 --
canvas/source/cairo/cairo_win32_cairo.cxx | 14 --------------
canvas/source/cairo/cairo_win32_cairo.hxx | 2 --
canvas/source/cairo/cairo_xlib_cairo.cxx | 5 +++--
canvas/source/cairo/cairo_xlib_cairo.hxx | 2 +-
include/vcl/outdev.hxx | 1 -
vcl/generic/print/genpspgraphics.cxx | 5 -----
vcl/headless/svpgdi.cxx | 5 -----
vcl/inc/generic/genpspgraphics.h | 1 -
vcl/inc/headless/svpgdi.hxx | 1 -
vcl/inc/quartz/salgdi.h | 1 -
vcl/inc/salgdi.hxx | 1 -
vcl/inc/unx/salgdi.h | 1 -
vcl/inc/win/salgdi.h | 1 -
vcl/quartz/salgdicommon.cxx | 5 -----
vcl/source/outdev/outdev.cxx | 11 -----------
vcl/unx/generic/gdi/salgdi.cxx | 5 -----
vcl/win/source/gdi/salgdi.cxx | 5 -----
21 files changed, 14 insertions(+), 89 deletions(-)

Upstream: cgit.freedesktop.org


  • Share