diff options
author | Ken Moore <ken@ixsystems.com> | 2017-03-03 15:11:08 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-03-03 15:11:08 -0500 |
commit | 0b7d16106988235da513cc931bf637de52a71c20 (patch) | |
tree | 63362a6546b97259e61accdc2fdb9a0216ea01a4 /src-qt5/core/libLumina/NativeWindowSystem.h | |
parent | Another large batch of updates to the Native Window "plumbing": (diff) | |
download | lumina-0b7d16106988235da513cc931bf637de52a71c20.tar.gz lumina-0b7d16106988235da513cc931bf637de52a71c20.tar.bz2 lumina-0b7d16106988235da513cc931bf637de52a71c20.zip |
Start filling in the non-property slots for the NativeWindowSystem now (close, kill, ping).
Diffstat (limited to 'src-qt5/core/libLumina/NativeWindowSystem.h')
-rw-r--r-- | src-qt5/core/libLumina/NativeWindowSystem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src-qt5/core/libLumina/NativeWindowSystem.h b/src-qt5/core/libLumina/NativeWindowSystem.h index b26400a6..23a66263 100644 --- a/src-qt5/core/libLumina/NativeWindowSystem.h +++ b/src-qt5/core/libLumina/NativeWindowSystem.h @@ -42,6 +42,8 @@ private: void UpdateWindowProperties(NativeWindow* win, QList< NativeWindow::Property > props); public: + enum Property{ None, CurrentWorkspace, Workspaces, VirtualRoots, WorkAreas }; + NativeWindowSystem(); ~NativeWindowSystem(); |