Some tidying and tweaks to options code.

This commit is contained in:
nicm
2017-01-11 14:56:44 +00:00
parent 5526627558
commit 458b6eb600
5 changed files with 37 additions and 35 deletions

View File

@ -77,6 +77,8 @@ notify_callback(struct cmdq_item *item, void *data)
{
struct notify_entry *ne = data;
log_debug("%s: %s", __func__, ne->name);
if (strcmp(ne->name, "window-layout-changed") == 0)
control_notify_window_layout_changed(ne->window);
if (strcmp(ne->name, "window-unlinked") == 0)