From 06622b28748bcf07ffe75ac9427e4a00373e99d7 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 29 Jan 2018 14:19:45 -0500 Subject: Some more updates for Lumina 2: Almost have the transparent windows getting layered properly. --- .../core/lumina-desktop-unified/src-desktop/src-cpp/RootDesktopObject.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src-qt5/core/lumina-desktop-unified/src-desktop/src-cpp/RootDesktopObject.h') diff --git a/src-qt5/core/lumina-desktop-unified/src-desktop/src-cpp/RootDesktopObject.h b/src-qt5/core/lumina-desktop-unified/src-desktop/src-cpp/RootDesktopObject.h index ad0e538b..b1ca6f7e 100644 --- a/src-qt5/core/lumina-desktop-unified/src-desktop/src-cpp/RootDesktopObject.h +++ b/src-qt5/core/lumina-desktop-unified/src-desktop/src-cpp/RootDesktopObject.h @@ -47,6 +47,7 @@ private: QList s_objects; QList panel_objects; QList window_objects; + QPointer last_window_up; public slots: void updateScreens(); //rescan/update screen objects -- cgit