X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fstacking.c;h=a496ae4530edd6ddcdcef82f577f6d1c18fdc739;hb=adb9bb700f3235728dacc1d3e3daad81abd93e9a;hp=791414ffac8af761021f32589eb652967e2b0d20;hpb=02045b14d62bca513bd81d11ca1ae8623edda105;p=chaz%2Fopenbox diff --git a/openbox/stacking.c b/openbox/stacking.c index 791414ff..a496ae45 100644 --- a/openbox/stacking.c +++ b/openbox/stacking.c @@ -1,3 +1,21 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- + + stacking.c for the Openbox window manager + Copyright (c) 2003 Ben Jansens + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + See the COPYING file for a copy of the GNU General Public License. +*/ + #include "openbox.h" #include "prop.h" #include "screen.h" @@ -249,7 +267,7 @@ void stacking_raise(ObWindow *window) ObClient *c; ObClient *selected; selected = WINDOW_AS_CLIENT(window); - c = client_search_top_transient(selected); + c = client_search_top_transient(selected); /*/ c = selected; */ wins = pick_windows(c, selected, TRUE); /*wins = g_list_concat(wins, pick_group_windows(c, selected, TRUE));*/ } else {