diff options
author | Ken Moore <moorekou@gmail.com> | 2015-11-20 08:59:06 -0500 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-11-20 08:59:06 -0500 |
commit | d0def86a98fdcc6d231d07f571a4555195d6760c (patch) | |
tree | 2c844b067aab9b894a45c6c279a104247a08e44d /lumina-wm-INCOMPLETE/WMSession.h | |
parent | Add the final pieces of the EWMH support functions to the Lumina library. (diff) | |
download | lumina-d0def86a98fdcc6d231d07f571a4555195d6760c.tar.gz lumina-d0def86a98fdcc6d231d07f571a4555195d6760c.tar.bz2 lumina-d0def86a98fdcc6d231d07f571a4555195d6760c.zip |
Quick checkpoint for the window manager: NOT STABLE - crashes on window close right now.
Diffstat (limited to 'lumina-wm-INCOMPLETE/WMSession.h')
-rw-r--r-- | lumina-wm-INCOMPLETE/WMSession.h | 6 |
1 files changed, 4 insertions, 2 deletions
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(); |