aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-02-02 16:32:41 (GMT)
committerrathnor <rathnor>2003-02-02 16:32:41 (GMT)
commit1b063dcea92e0a7ac5008518fc5c13f03c055f54 (patch)
tree29d5b622c0870f06a94086ed463ab90e23bc673e /src/Ewmh.cc
parent5244fc32447d2649a52a06dc84d96da94e9fd715 (diff)
downloadfluxbox-1b063dcea92e0a7ac5008518fc5c13f03c055f54.zip
fluxbox-1b063dcea92e0a7ac5008518fc5c13f03c055f54.tar.bz2
Integration of new Layering code, plus updates to the layering code itself
- new KeyActions: Raise/LowerLayer, AlwaysOnTop/Bottom, Top/BottomLayer Added a "Quit" KeyAction
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r--src/Ewmh.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc
index ccbf681..278016c 100644
--- a/src/Ewmh.cc
+++ b/src/Ewmh.cc
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Ewmh.cc,v 1.9 2003/01/05 23:04:46 fluxgen Exp $ 22// $Id: Ewmh.cc,v 1.10 2003/02/02 16:32:37 rathnor Exp $
23 23
24#include "Ewmh.hh" 24#include "Ewmh.hh"
25 25
@@ -206,6 +206,10 @@ void Ewmh::updateState(FluxboxWindow &win) {
206 206
207} 207}
208 208
209void Ewmh::updateLayer(FluxboxWindow &win) {
210 //TODO _NET_WM_WINDOW_TYPE
211}
212
209void Ewmh::updateHints(FluxboxWindow &win) { 213void Ewmh::updateHints(FluxboxWindow &win) {
210 214
211} 215}