From: Reginald Kennedy Date: Mon, 29 Oct 2012 20:17:45 +0000 (+0800) Subject: Fix typo. X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=f2615753fd9a104cd20f9e18bfc6b41d218fe27a;p=spectrwm.git Fix typo. --- 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) {