vcl/unx/gtk3/gtk3gtkinst.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2483c98fe7a843ea5b7d258ac76f48433a3758ca
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Thu Oct 3 16:49:05 2019 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Thu Oct 3 20:10:28 2019 +0200

    use "normal" VirtualDevice ctor, not the obscure SystemGraphicsData variant
    
    Change-Id: Id40f4763c2d72c84471f77bf88b1a342186cfbd4
    Reviewed-on: https://gerrit.libreoffice.org/80150
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index 3720870fac30..544145d906dc 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -9879,7 +9879,7 @@ public:
         , m_pDrawingArea(pDrawingArea)
         , m_xAccessible(rA11y)
         , m_pAccessible(nullptr)
-        , m_xDevice(nullptr, Size(1, 1), DeviceFormat::DEFAULT)
+        , m_xDevice(DeviceFormat::DEFAULT)
         , m_pSurface(nullptr)
         , m_nDrawSignalId(g_signal_connect(m_pDrawingArea, "draw", 
G_CALLBACK(signalDraw), this))
         , 
m_nStyleUpdatedSignalId(g_signal_connect(m_pDrawingArea,"style-updated", 
G_CALLBACK(signalStyleUpdated), this))
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to