diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-05-28 10:48:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-05-28 16:13:35 +0200 |
commit | 5fde838b561924208dacd4a3f4ce5df6c7ea4661 (patch) | |
tree | 5ab1688b4958ba60ea46a1f9b05dc9ef68c3f541 /vcl/inc/unx | |
parent | 796bee47e90efee7c076f6acdc2a95004ed081d0 (diff) |
tdf#117628 crash after closing media player with X11 backend
Change-Id: I812da5ddf7343573f93ea64e592442edb31cad2d
Reviewed-on: https://gerrit.libreoffice.org/54910
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r-- | vcl/inc/unx/salobj.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |