aboutsummaryrefslogtreecommitdiff
path: root/src/Gnome.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-02-09 14:11:14 (GMT)
committerrathnor <rathnor>2003-02-09 14:11:14 (GMT)
commite3b99d4e485591df52b2398fce9adbcece2b9917 (patch)
tree44c14c5160e07e1af0671e141ae99cc1f2e66609 /src/Gnome.cc
parent1a04cf1ce2649400d41c43024bd163a059cc426d (diff)
downloadfluxbox-e3b99d4e485591df52b2398fce9adbcece2b9917.zip
fluxbox-e3b99d4e485591df52b2398fce9adbcece2b9917.tar.bz2
fixing up of layer code
Diffstat (limited to 'src/Gnome.cc')
-rw-r--r--src/Gnome.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Gnome.cc b/src/Gnome.cc
index 37b0bdb..40b81da 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.8 2003/02/03 13:49:39 fluxgen Exp $ 22// $Id: Gnome.cc,v 1.9 2003/02/09 14:11:12 rathnor Exp $
23 23
24#include "Gnome.hh" 24#include "Gnome.hh"
25 25
@@ -376,7 +376,7 @@ void Gnome::setLayer(FluxboxWindow *win, int layer) {
376 layer = Fluxbox::instance()->getDesktopLayer() - layer; 376 layer = Fluxbox::instance()->getDesktopLayer() - layer;
377 break; 377 break;
378 } 378 }
379 win->getScreen()->setLayer(win->getLayerItem(),layer); 379 win->moveToLayer(layer);
380 380
381} 381}
382 382