aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/src-desktop/src-cpp/RootDesktopObject.h
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2018-01-29 15:09:37 -0500
committerKen Moore <ken@ixsystems.com>2018-01-29 15:09:37 -0500
commit331107f04943e5719b3d66e31b9dd9d4c78319b8 (patch)
tree0e33aa5b55970ec8c55600f2eb548bbb081c8df8 /src-qt5/core/lumina-desktop-unified/src-desktop/src-cpp/RootDesktopObject.h
parentMerge branch 'master' of github.com:trueos/lumina (diff)
downloadlumina-331107f04943e5719b3d66e31b9dd9d4c78319b8.tar.gz
lumina-331107f04943e5719b3d66e31b9dd9d4c78319b8.tar.bz2
lumina-331107f04943e5719b3d66e31b9dd9d4c78319b8.zip
Couple more minor tweaks - trying to get the layering working properly.
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/src-desktop/src-cpp/RootDesktopObject.h')
-rw-r--r--src-qt5/core/lumina-desktop-unified/src-desktop/src-cpp/RootDesktopObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/src-desktop/src-cpp/RootDesktopObject.h b/src-qt5/core/lumina-desktop-unified/src-desktop/src-cpp/RootDesktopObject.h
index b1ca6f7e..cc70f813 100644
--- a/src-qt5/core/lumina-desktop-unified/src-desktop/src-cpp/RootDesktopObject.h
+++ b/src-qt5/core/lumina-desktop-unified/src-desktop/src-cpp/RootDesktopObject.h
@@ -40,7 +40,7 @@ public:
//QML Access Functions
Q_INVOKABLE void logout();
Q_INVOKABLE void lockscreen();
- Q_INVOKABLE void mousePositionChanged();
+ Q_INVOKABLE void mousePositionChanged(bool lowerall = false);
Q_INVOKABLE void launchApp(QString appOrPath);
private:
bgstack15