all repos — fluxbox @ 5bb2d4b9015c8ca854d21e1364ed5a2e90e34485

custom fork of the fluxbox windowmanager

using reference instead
fluxgen fluxgen
commit

5bb2d4b9015c8ca854d21e1364ed5a2e90e34485

parent

ccd06de8c2e744f1fa0ff5a0061a1fbfabc8a77b

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/Gnome.ccsrc/Gnome.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Gnome.cc,v 1.7 2003/02/02 16:32:37 rathnor Exp $ +// $Id: Gnome.cc,v 1.8 2003/02/03 13:49:39 fluxgen Exp $ #include "Gnome.hh"

@@ -376,7 +376,7 @@ // our windows are in the opposite direction to gnome

layer = Fluxbox::instance()->getDesktopLayer() - layer; break; } - win->getScreen()->setLayer(*win->getLayerItem(),layer); + win->getScreen()->setLayer(win->getLayerItem(),layer); }