JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
bar_update() on cycle_layout() for the indicator.
authorReginald Kennedy <rk@rejii.com>
Sun, 15 Jul 2012 15:46:29 +0000 (23:46 +0800)
committerReginald Kennedy <rk@rejii.com>
Fri, 20 Jul 2012 21:59:30 +0000 (05:59 +0800)
spectrwm.c

index 2324a48..ef46434 100644 (file)
@@ -2997,6 +2997,7 @@ cycle_layout(struct swm_region *r, union arg *args)
                ws->cur_layout = &layouts[0];
 
        stack();
+       bar_update();
 
        if (focus_mode == SWM_FOCUS_DEFAULT)
                event_drain(XCB_ENTER_NOTIFY);