diff options
author | Ken Moore <ken@ixsystems.com> | 2017-03-06 23:09:50 -0800 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-03-06 23:09:50 -0800 |
commit | 73b81d6b113bc79b2670476ad4d6e8fd176bfd7f (patch) | |
tree | c734dee405d64c3c24ef84dc52cb5542def75123 /src-qt5/core/libLumina/LuminaX11.cpp | |
parent | Add a bunch more of the XCB guts to the NativeWindowSystem (Title, ShortTitle... (diff) | |
download | lumina-73b81d6b113bc79b2670476ad4d6e8fd176bfd7f.tar.gz lumina-73b81d6b113bc79b2670476ad4d6e8fd176bfd7f.tar.bz2 lumina-73b81d6b113bc79b2670476ad4d6e8fd176bfd7f.zip |
Add support for reading window geometry information to the NativeWindowSystem (GlobalPos, Size, MinSize, MaxSize)
Diffstat (limited to 'src-qt5/core/libLumina/LuminaX11.cpp')
-rw-r--r-- | src-qt5/core/libLumina/LuminaX11.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src-qt5/core/libLumina/LuminaX11.cpp b/src-qt5/core/libLumina/LuminaX11.cpp index 7c4d1b45..ab6cd880 100644 --- a/src-qt5/core/libLumina/LuminaX11.cpp +++ b/src-qt5/core/libLumina/LuminaX11.cpp @@ -1391,7 +1391,6 @@ icccm_size_hints LXCB::WM_ICCCM_GetSizeHints(WId win){ // -- WM_NORMAL_HINTS (newer property? - check for this before falling back on WM_SIZE_HINTS) icccm_size_hints LXCB::WM_ICCCM_GetNormalHints(WId win){ -//most values in structure are -1 if not set //most values in structure are -1 if not set icccm_size_hints hints; xcb_get_property_cookie_t cookie = xcb_icccm_get_wm_normal_hints_unchecked(QX11Info::connection(), win); |