aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.hh
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.hh
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.hh')
-rw-r--r--src/Ewmh.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Ewmh.hh b/src/Ewmh.hh
index 1562248..74b201c 100644
--- a/src/Ewmh.hh
+++ b/src/Ewmh.hh
@@ -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.hh,v 1.4 2002/12/01 13:41:56 rathnor Exp $ 22// $Id: Ewmh.hh,v 1.5 2003/02/02 16:32:37 rathnor Exp $
23 23
24#include "AtomHandler.hh" 24#include "AtomHandler.hh"
25 25
@@ -40,6 +40,7 @@ public:
40 void updateWorkspaceCount(const BScreen &screen); 40 void updateWorkspaceCount(const BScreen &screen);
41 41
42 void updateState(FluxboxWindow &win); 42 void updateState(FluxboxWindow &win);
43 void updateLayer(FluxboxWindow &win);
43 void updateHints(FluxboxWindow &win); 44 void updateHints(FluxboxWindow &win);
44 void updateWorkspace(FluxboxWindow &win); 45 void updateWorkspace(FluxboxWindow &win);
45 46