aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/global-objects.h
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-08-29 15:54:30 -0400
committerKen Moore <ken@ixsystems.com>2017-08-29 15:54:30 -0400
commit8a96d2ba60a30a6cb0bebace3134dd65d0268b04 (patch)
tree4b4a301bb5f43d3d10a312af073d2c64fa49eaf2 /src-qt5/core/lumina-desktop-unified/global-objects.h
parentStart getting the Root context menu all moved over from Lumina 1 to 2. (diff)
downloadlumina-8a96d2ba60a30a6cb0bebace3134dd65d0268b04.tar.gz
lumina-8a96d2ba60a30a6cb0bebace3134dd65d0268b04.tar.bz2
lumina-8a96d2ba60a30a6cb0bebace3134dd65d0268b04.zip
Get a lot of the root context menu up and running. Now the application list is available and functional, plus the beginnings of the task manager plugin for the menu.
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/global-objects.h')
-rw-r--r--src-qt5/core/lumina-desktop-unified/global-objects.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/global-objects.h b/src-qt5/core/lumina-desktop-unified/global-objects.h
index 474412eb..0c990dc6 100644
--- a/src-qt5/core/lumina-desktop-unified/global-objects.h
+++ b/src-qt5/core/lumina-desktop-unified/global-objects.h
@@ -25,6 +25,7 @@
#include "src-screensaver/LScreenSaver.h"
//#include "src-WM/LWindowManager.h"
+#include "LSession.h"
//Any special defines for settings/testing
#define ANIMTIME 80 //animation time in milliseconds
bgstack15