vcl/opengl/x11/gdiimpl.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit dfaf4f94ea7978f43ee0a883f297fbe91f282dd6
Author:     Caolán McNamara <[email protected]>
AuthorDate: Fri Jan 3 14:50:55 2020 +0000
Commit:     Caolán McNamara <[email protected]>
CommitDate: Fri Jan 3 19:15:48 2020 +0100

    cid#1456604 Uninitialized scalar variable
    
    Change-Id: If9e9392cb35e21a45130ec3d7863cc721e1c5e84
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86180
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Caolán McNamara <[email protected]>

diff --git a/vcl/opengl/x11/gdiimpl.cxx b/vcl/opengl/x11/gdiimpl.cxx
index 0813503baa75..8b6cbd3d30c8 100644
--- a/vcl/opengl/x11/gdiimpl.cxx
+++ b/vcl/opengl/x11/gdiimpl.cxx
@@ -244,6 +244,7 @@ SystemWindowData 
X11OpenGLContext::generateWinData(vcl::Window* pParent, bool /*
 
     SystemWindowData aWinData;
     aWinData.pVisual = nullptr;
+    aWinData.bClipUsingNativeWidget = false;
 
     const SystemEnvData* sysData(pParent->GetSystemData());
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to