aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/LSession.h
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-04-28 15:19:44 -0400
committerKen Moore <moorekou@gmail.com>2016-04-28 15:19:44 -0400
commit8cfb00480fe3577932c94f700b2805d78a3d135b (patch)
tree5c5f2a4ecda9525e18dd3fac8b97f3cfef9aa9fc /src-qt5/core/lumina-desktop/LSession.h
parentCompletely change how lumina-screenshot shows the image a bit. Now it is all ... (diff)
parentHave lumina listen to the X root window property changes directly - and updat... (diff)
downloadlumina-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.h1
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);
bgstack15