From 5fde838b561924208dacd4a3f4ce5df6c7ea4661 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 28 May 2018 10:48:32 +0100 Subject: tdf#117628 crash after closing media player with X11 backend MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I812da5ddf7343573f93ea64e592442edb31cad2d Reviewed-on: https://gerrit.libreoffice.org/54910 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- vcl/inc/unx/salobj.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl/inc/unx') diff --git a/vcl/inc/unx/salobj.h b/vcl/inc/unx/salobj.h index 8eb91b917efe..4a0535507dc2 100644 --- a/vcl/inc/unx/salobj.h +++ b/vcl/inc/unx/salobj.h @@ -56,6 +56,7 @@ class VCLPLUG_GEN_PUBLIC X11SalObject : public SalObject public: SystemEnvData maSystemChildData; SalFrame* mpParent; + ::Window maParentWin; ::Window maPrimary; ::Window maSecondary; Colormap maColormap; -- cgit