From 10594845c46c47ef1e8fb27c30c1ad26dc71f459 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Wed, 8 Jun 2011 20:32:52 +0000 Subject: [PATCH 1/1] grmbl debug --- scrotwm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scrotwm.c b/scrotwm.c index 8dfb36b..4b390a7 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -2132,9 +2132,9 @@ swapwin(struct swm_region *r, union arg *args) return; } + /* keep transients after the parent */ if (source && source->transient) { t = find_window(source->transient); - fprintf(stderr, "source migrate trans %p\n", t); if (t) { TAILQ_REMOVE(wl, t, entry); TAILQ_INSERT_AFTER(wl, source, t, entry); @@ -2142,7 +2142,6 @@ swapwin(struct swm_region *r, union arg *args) } if (target && target->transient) { t = find_window(target->transient); - fprintf(stderr, "target migrate trans\n"); if (t) { TAILQ_REMOVE(wl, t, entry); TAILQ_INSERT_AFTER(wl, target, t, entry); -- 1.7.10.4