aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-02-03 13:49:39 (GMT)
committerfluxgen <fluxgen>2003-02-03 13:49:39 (GMT)
commit5bb2d4b9015c8ca854d21e1364ed5a2e90e34485 (patch)
treed31d4702f736b33d1a306ebadf6149225fdacb2e /src
parentccd06de8c2e744f1fa0ff5a0061a1fbfabc8a77b (diff)
downloadfluxbox-5bb2d4b9015c8ca854d21e1364ed5a2e90e34485.zip
fluxbox-5bb2d4b9015c8ca854d21e1364ed5a2e90e34485.tar.bz2
using reference instead
Diffstat (limited to 'src')
-rw-r--r--src/Gnome.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Gnome.cc b/src/Gnome.cc
index 7cf7f1c..37b0bdb 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.7 2003/02/02 16:32:37 rathnor Exp $ 22// $Id: Gnome.cc,v 1.8 2003/02/03 13:49:39 fluxgen 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->getScreen()->setLayer(win->getLayerItem(),layer);
380 380
381} 381}
382 382