aboutsummaryrefslogtreecommitdiff
path: root/src/Gnome.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-02-18 15:11:12 (GMT)
committerrathnor <rathnor>2003-02-18 15:11:12 (GMT)
commitb4ffe4fe21699c7123728aeeb99576a540b3694e (patch)
treef8a133be750f844f3c48f5a631fb8bf088544549 /src/Gnome.cc
parentaa602770fbbd4e84154028d3181d275b81ea914d (diff)
downloadfluxbox-b4ffe4fe21699c7123728aeeb99576a540b3694e.zip
fluxbox-b4ffe4fe21699c7123728aeeb99576a540b3694e.tar.bz2
Added layer menus for windows, toolbar, and slit, plus associated
resources. Cleaned up some cruft from the previous layering setup.
Diffstat (limited to 'src/Gnome.cc')
-rw-r--r--src/Gnome.cc8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Gnome.cc b/src/Gnome.cc
index b79d535..54e7d45 100644
--- a/src/Gnome.cc
+++ b/src/Gnome.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: Gnome.cc,v 1.10 2003/02/16 17:57:54 rathnor Exp $ 22// $Id: Gnome.cc,v 1.11 2003/02/18 15:11:07 rathnor Exp $
23 23
24#include "Gnome.hh" 24#include "Gnome.hh"
25 25
@@ -366,9 +366,11 @@ void Gnome::setLayer(FluxboxWindow *win, int layer) {
366 layer = Fluxbox::instance()->getTopLayer(); 366 layer = Fluxbox::instance()->getTopLayer();
367 break; 367 break;
368 case WIN_LAYER_DOCK: 368 case WIN_LAYER_DOCK:
369 layer = Fluxbox::instance()->getSlitLayer(); 369 layer = Fluxbox::instance()->getDockLayer();
370 break;
371 case WIN_LAYER_ABOVE_DOCK:
372 layer = Fluxbox::instance()->getAboveDockLayer();
370 break; 373 break;
371 //case WIN_LAYER_ABOVE_DOCK:
372 case WIN_LAYER_MENU: 374 case WIN_LAYER_MENU:
373 layer = Fluxbox::instance()->getMenuLayer(); 375 layer = Fluxbox::instance()->getMenuLayer();
374 break; 376 break;