diff options
author | Ken Moore <moorekou@gmail.com> | 2016-04-28 15:19:44 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-04-28 15:19:44 -0400 |
commit | 8cfb00480fe3577932c94f700b2805d78a3d135b (patch) | |
tree | 5c5f2a4ecda9525e18dd3fac8b97f3cfef9aa9fc /src-qt5/core/lumina-desktop/LSession.h | |
parent | Completely change how lumina-screenshot shows the image a bit. Now it is all ... (diff) | |
parent | Have lumina listen to the X root window property changes directly - and updat... (diff) | |
download | lumina-8cfb00480fe3577932c94f700b2805d78a3d135b.tar.gz lumina-8cfb00480fe3577932c94f700b2805d78a3d135b.tar.bz2 lumina-8cfb00480fe3577932c94f700b2805d78a3d135b.zip |
Merge branch 'master' of github.com:pcbsd/lumina
Diffstat (limited to 'src-qt5/core/lumina-desktop/LSession.h')
-rw-r--r-- | src-qt5/core/lumina-desktop/LSession.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop/LSession.h b/src-qt5/core/lumina-desktop/LSession.h index ae217bd8..bdcc94a4 100644 --- a/src-qt5/core/lumina-desktop/LSession.h +++ b/src-qt5/core/lumina-desktop/LSession.h @@ -61,6 +61,7 @@ public: //Special functions for XCB event filter parsing only // (DO NOT USE MANUALLY) + void RootSizeChange(); void WindowPropertyEvent(); void WindowPropertyEvent(WId); void SysTrayDockRequest(WId); |