From 13a190c9c75ba29a569c4adf686cd05b0cd698ac Mon Sep 17 00:00:00 2001 From: okan Date: Fri, 16 Jan 2009 15:24:14 +0000 Subject: remove pwin, bringing us to one client, one window. we no longer have to push attributes around, so things get a lot simplier, while fixing a few issues in the meantime; original suggestion by Edd Barrett many many moons ago. annoying window placement and race, found in c2k8 by todd, fix by oga! lots of feedback from todd and oga - thanks! "commit that bad boy" oga@ --- group.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'group.c') diff --git a/group.c b/group.c index 0c37939..0929b49 100644 --- a/group.c +++ b/group.c @@ -16,7 +16,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: group.c,v 1.21 2009/01/15 00:32:35 okan Exp $ + * $Id: group.c,v 1.22 2009/01/16 15:24:14 okan Exp $ */ #include "headers.h" @@ -99,7 +99,7 @@ _group_show(struct group_ctx *gc) * top-to-bottom. */ TAILQ_FOREACH(cc, &gc->clients, group_entry) { - winlist[gc->highstack - cc->stackingorder] = cc->pwin; + winlist[gc->highstack - cc->stackingorder] = cc->win; client_unhide(cc); } -- cgit v1.2.3-2-gb3c3