diff options
author | Ken Moore <ken@ixsystems.com> | 2016-11-17 09:56:13 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2016-11-17 09:56:13 -0500 |
commit | e81f5030cba63c6ba8763c688d86d0b1843272e0 (patch) | |
tree | 19bb9a5a432f0570b378e62f06554fe403601096 /src-qt5/core/libLumina/LuminaX11.cpp | |
parent | Add a new page for mouse-settings in lumina-config (disabled for the moment) (diff) | |
download | lumina-e81f5030cba63c6ba8763c688d86d0b1843272e0.tar.gz lumina-e81f5030cba63c6ba8763c688d86d0b1843272e0.tar.bz2 lumina-e81f5030cba63c6ba8763c688d86d0b1843272e0.zip |
Bump the copyright year on the LuminaX11 files.
Diffstat (limited to 'src-qt5/core/libLumina/LuminaX11.cpp')
-rw-r--r-- | src-qt5/core/libLumina/LuminaX11.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src-qt5/core/libLumina/LuminaX11.cpp b/src-qt5/core/libLumina/LuminaX11.cpp index 3708af6d..a8016460 100644 --- a/src-qt5/core/libLumina/LuminaX11.cpp +++ b/src-qt5/core/libLumina/LuminaX11.cpp @@ -1,6 +1,6 @@ //=========================================== // Lumina-DE source code -// Copyright (c) 2014-2015, Ken Moore +// Copyright (c) 2014-2016, Ken Moore // Available under the 3-clause BSD license // See the LICENSE file for full details //=========================================== @@ -1124,6 +1124,7 @@ void LXCB::closeSystemTray(WId trayID){ xcb_destroy_window(QX11Info::connection(), trayID); } + // === SetScreenWorkArea() === /*void LXCB::SetScreenWorkArea(unsigned int screen, QRect rect){ //This is only useful because Fluxbox does not set the _NET_WORKAREA root atom |