From d0def86a98fdcc6d231d07f571a4555195d6760c Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 20 Nov 2015 08:59:06 -0500 Subject: Quick checkpoint for the window manager: NOT STABLE - crashes on window close right now. --- lumina-wm-INCOMPLETE/WMSession.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lumina-wm-INCOMPLETE/WMSession.h') diff --git a/lumina-wm-INCOMPLETE/WMSession.h b/lumina-wm-INCOMPLETE/WMSession.h index 575a61e7..5b511326 100644 --- a/lumina-wm-INCOMPLETE/WMSession.h +++ b/lumina-wm-INCOMPLETE/WMSession.h @@ -11,6 +11,7 @@ #include "LScreenSaver.h" #include "LXcbEventFilter.h" +#include "LWindowManager.h" class WMSession : public QObject{ Q_OBJECT @@ -25,9 +26,10 @@ private: EventFilter *EFILTER; //ScreenSaver LScreenSaver *SS; - //Window Manager - + LWindowManager *WM; + + QThread *EVThread; //X Event thread public slots: void reloadIcons(); -- cgit