From f2615753fd9a104cd20f9e18bfc6b41d218fe27a Mon Sep 17 00:00:00 2001 From: Reginald Kennedy Date: Tue, 30 Oct 2012 04:17:45 +0800 Subject: [PATCH] Fix typo. --- spectrwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spectrwm.c b/spectrwm.c index 1b07dc2..c587a2a 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -4471,7 +4471,7 @@ max_stack(struct workspace *ws, struct swm_geometry *g) if (w->transient || w->iconic) continue; - if (!win->mapped && w != win) + if (!w->mapped && w != win) map_window(w); if (w->floating && !w->floatmaxed) { -- 2.39.2