using reference instead
fluxgen fluxgen
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
src/Gnome.cc
→
src/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); }