diff options
author | Ken Moore <ken@ixsystems.com> | 2017-06-23 15:26:01 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-06-23 15:26:01 -0400 |
commit | e8248bc9cdf8b1bee6a7a6550a93846f6e045318 (patch) | |
tree | 43a397e9dece216e41fbde6d1e60427c27bfe036 /src-qt5/core/libLumina/RootSubWindow.h | |
parent | Clean up some more of the new LuminaRandR class. (diff) | |
download | lumina-e8248bc9cdf8b1bee6a7a6550a93846f6e045318.tar.gz lumina-e8248bc9cdf8b1bee6a7a6550a93846f6e045318.tar.bz2 lumina-e8248bc9cdf8b1bee6a7a6550a93846f6e045318.zip |
Large amount of whitespace cleanup, and almost get the LuminaRandR class finished (one last calculation to do)
Diffstat (limited to 'src-qt5/core/libLumina/RootSubWindow.h')
-rw-r--r-- | src-qt5/core/libLumina/RootSubWindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-qt5/core/libLumina/RootSubWindow.h b/src-qt5/core/libLumina/RootSubWindow.h index 8c5ef2b8..779f783b 100644 --- a/src-qt5/core/libLumina/RootSubWindow.h +++ b/src-qt5/core/libLumina/RootSubWindow.h @@ -30,7 +30,7 @@ public: WId id(); private: - //Window status + //Window status enum ModState{Normal, Move, ResizeTop, ResizeTopRight, ResizeRight, ResizeBottomRight, ResizeBottom, ResizeBottomLeft, ResizeLeft, ResizeTopLeft}; ModState activeState; ModState currentCursor; @@ -64,7 +64,7 @@ public slots: //Mouse Interactivity void startMoving(); void startResizing(); - + private slots: void propertiesChanged(QList<NativeWindow::Property>, QList<QVariant>); |