mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
[wip] layer: unfocus layer on unmap
This commit is contained in:
parent
14832a3835
commit
e19505c39d
1 changed files with 0 additions and 1 deletions
|
|
@ -180,7 +180,6 @@ destroy_notify(struct wl_listener *listener, void *data)
|
||||||
static void
|
static void
|
||||||
unmap_notify(struct wl_listener *listener, void *data)
|
unmap_notify(struct wl_listener *listener, void *data)
|
||||||
{
|
{
|
||||||
return;
|
|
||||||
struct lab_layer_surface *lab_layer_surface =
|
struct lab_layer_surface *lab_layer_surface =
|
||||||
wl_container_of(listener, lab_layer_surface, unmap);
|
wl_container_of(listener, lab_layer_surface, unmap);
|
||||||
unmap(lab_layer_surface);
|
unmap(lab_layer_surface);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue