aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/RootWindow.h
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-06-27 13:18:55 -0400
committerKen Moore <ken@ixsystems.com>2017-06-27 13:18:55 -0400
commitcd5553238538bb4dc62aee43a5e1a0cd9c070e68 (patch)
tree14a24c455e82f457fdca39735d41bfced44fd593 /src-qt5/core/libLumina/RootWindow.h
parentAdd a ton of the root-window registration routines to the NativeWindowSystem ... (diff)
downloadlumina-cd5553238538bb4dc62aee43a5e1a0cd9c070e68.tar.gz
lumina-cd5553238538bb4dc62aee43a5e1a0cd9c070e68.tar.bz2
lumina-cd5553238538bb4dc62aee43a5e1a0cd9c070e68.zip
Commit a bunch more root-level session changes - should be almost ready to start testing and see if windows respond to the EWMH hints.
Diffstat (limited to 'src-qt5/core/libLumina/RootWindow.h')
-rw-r--r--src-qt5/core/libLumina/RootWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/libLumina/RootWindow.h b/src-qt5/core/libLumina/RootWindow.h
index 080c4bd1..a7792752 100644
--- a/src-qt5/core/libLumina/RootWindow.h
+++ b/src-qt5/core/libLumina/RootWindow.h
@@ -65,7 +65,7 @@ protected:
signals:
void RegisterVirtualRoot(WId);
- void RootResized();
+ void RootResized(QRect);
void NewScreens(QStringList); // [screen_id_1, screen_id_2, etc..]
void RemovedScreens(QStringList); // [screen_id_1, screen_id_2, etc..]
bgstack15