JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fix typo.
authorReginald Kennedy <rk@rejii.com>
Mon, 29 Oct 2012 22:04:56 +0000 (06:04 +0800)
committerReginald Kennedy <rk@rejii.com>
Mon, 29 Oct 2012 22:04:56 +0000 (06:04 +0800)
spectrwm.c

index eb03fbd..3215774 100644 (file)
@@ -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);
        }