titlebar: emit signal when detaching titlebar
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
95f3f8bdf9
commit
a55936d559
|
@ -210,6 +210,9 @@ titlebar_client_detach(client_t *c)
|
||||||
c->titlebar = NULL;
|
c->titlebar = NULL;
|
||||||
|
|
||||||
hook_property(c, "titlebar");
|
hook_property(c, "titlebar");
|
||||||
|
luaA_object_push(globalconf.L, c);
|
||||||
|
luaA_object_emit_signal(globalconf.L, -1, "property::titlebar", 0);
|
||||||
|
lua_pop(globalconf.L, 1);
|
||||||
client_stack();
|
client_stack();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue