aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r--src/Ewmh.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc
index 77581b8..241fd0a 100644
--- a/src/Ewmh.cc
+++ b/src/Ewmh.cc
@@ -34,8 +34,8 @@
34#include "FbTk/App.hh" 34#include "FbTk/App.hh"
35#include "FbTk/FbWindow.hh" 35#include "FbTk/FbWindow.hh"
36#include "FbTk/I18n.hh" 36#include "FbTk/I18n.hh"
37#include "FbTk/XLayerItem.hh" 37#include "FbTk/LayerItem.hh"
38#include "FbTk/XLayer.hh" 38#include "FbTk/Layer.hh"
39#include "FbTk/FbPixmap.hh" 39#include "FbTk/FbPixmap.hh"
40 40
41#include <X11/Xproto.h> 41#include <X11/Xproto.h>
@@ -1205,8 +1205,8 @@ bool Ewmh::checkClientMessage(const XClientMessageEvent &ce,
1205 above_win == winclient) // this would be very wrong :) 1205 above_win == winclient) // this would be very wrong :)
1206 return true; 1206 return true;
1207 1207
1208 FbTk::XLayerItem &below_item = winclient->fbwindow()->layerItem(); 1208 FbTk::LayerItem &below_item = winclient->fbwindow()->layerItem();
1209 FbTk::XLayerItem &above_item = above_win->fbwindow()->layerItem(); 1209 FbTk::LayerItem &above_item = above_win->fbwindow()->layerItem();
1210 1210
1211 // this might break the transient_for layering 1211 // this might break the transient_for layering
1212 1212