diff options
author | Ken Moore <moorekou@gmail.com> | 2015-07-28 14:21:48 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-07-28 14:21:48 -0400 |
commit | 33b2e0ec1c3810ccfac177e311fea2b03db8e47c (patch) | |
tree | 013ac6fdd53507cd97b9f7dc8698a6fdc5154bfa /libLumina/LuminaX11.h | |
parent | Just a minor update to some debugging (when turned on) for checking icons wit... (diff) | |
download | lumina-33b2e0ec1c3810ccfac177e311fea2b03db8e47c.tar.gz lumina-33b2e0ec1c3810ccfac177e311fea2b03db8e47c.tar.bz2 lumina-33b2e0ec1c3810ccfac177e311fea2b03db8e47c.zip |
Add some work that make the Lumina desktop/panels appear in the proper locations when XINERAMA is used for combining monitors. However, the interface is still completely unresponsive because the Qt backend is completely screwed up by Xinerama (returns 0's for everything related to screens, geometries, etc, preventing menus from opening up even when manually started). This might be something where we just have to say that Xinerama is not supported for Lumina (at least until lumina-wm get finished up).
Diffstat (limited to 'libLumina/LuminaX11.h')
-rw-r--r-- | libLumina/LuminaX11.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libLumina/LuminaX11.h b/libLumina/LuminaX11.h index d098a740..d41cbca1 100644 --- a/libLumina/LuminaX11.h +++ b/libLumina/LuminaX11.h @@ -126,7 +126,9 @@ public: WId ActiveWindow(); //fetch the ID for the currently active window //Session Modification + bool CheckDisableXinerama(); //returns true if Xinerama was initially set but now disabled void RegisterVirtualRoots(QList<WId> roots); + //Window Information QString WindowClass(WId); |