Fix stack_config by adding a focus_flush().

This commit is contained in:
Reginald Kennedy 2012-08-17 08:07:59 +08:00
parent b61c3d6ec7
commit 701e10650a

View file

@ -3305,6 +3305,8 @@ stack_config(struct swm_region *r, union arg *args)
if (args->id != SWM_ARG_ID_STACKINIT)
stack();
bar_update();
focus_flush();
}
void