From 370c48039bfa0fe4325852358d603cf4438c3f47 Mon Sep 17 00:00:00 2001 From: James McDonnell Date: Thu, 15 Mar 2018 10:39:07 -0400 Subject: Switch WindowGrabber to a private parent window The code that it was using to retrieve a parent window didn't always get the right window. Using a private window prevents any confusion. Change-Id: Ic368460c6bf150891ff51f1f3b00bbe93c6cf780 Reviewed-by: Rafael Roquetto --- src/plugins/qnx/common/windowgrabber.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/qnx/common/windowgrabber.h') diff --git a/src/plugins/qnx/common/windowgrabber.h b/src/plugins/qnx/common/windowgrabber.h index 4b2217f74..3ebd0e8a6 100644 --- a/src/plugins/qnx/common/windowgrabber.h +++ b/src/plugins/qnx/common/windowgrabber.h @@ -126,6 +126,7 @@ private: QByteArray m_windowId; + screen_window_t m_windowParent; screen_window_t m_window; screen_context_t m_screenContext; -- cgit v1.2.3