From: Reginald Kennedy Date: Mon, 29 Oct 2012 22:04:56 +0000 (+0800) Subject: Fix typo. X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=608cf20ac790005b49f9f5bed3b944015308da3a;p=spectrwm.git Fix typo. --- diff --git a/spectrwm.c b/spectrwm.c index eb03fbd..3215774 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -8849,7 +8849,7 @@ screenchange(xcb_randr_screen_change_notify_event_t *e) bar_setup(r); /* Focus on first region. */ - r = TAILQ_FIRST(&screens[0].rl); + r = TAILQ_FIRST(&screens[i].rl); if (r) focus_region(r); }