diff options
author | Ken Moore <ken@ixsystems.com> | 2016-11-20 13:22:08 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2016-11-20 13:22:08 -0500 |
commit | c79aa5623796f62aa67b2c37367e28710b0f05d2 (patch) | |
tree | baf3f6ea9b462bb35bb71679639dbc345b36f400 /src-qt5/core/libLumina/LuminaX11.cpp | |
parent | Revert "comment out changes made to wrong repo, until method can be fixed" (diff) | |
download | lumina-c79aa5623796f62aa67b2c37367e28710b0f05d2.tar.gz lumina-c79aa5623796f62aa67b2c37367e28710b0f05d2.tar.bz2 lumina-c79aa5623796f62aa67b2c37367e28710b0f05d2.zip |
Revert "Revert "search clear function on ESC press""
This reverts commit 151062b99e29e18dbc614bf66582f908c864a96a.
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 |