desktop.c: set *view_area right for layer-popup

This commit is contained in:
Johan Malm 2022-02-26 23:30:02 +00:00
parent 49e8658a7b
commit cec0c5cee6

View file

@ -297,7 +297,7 @@ desktop_node_and_view_at(struct server *server, double lx, double ly,
} }
if (desc->type == LAB_NODE_DESC_LAYER_POPUP) { if (desc->type == LAB_NODE_DESC_LAYER_POPUP) {
/* FIXME: we shouldn't have to set *view_area */ /* FIXME: we shouldn't have to set *view_area */
*view_area = LAB_SSD_LAYER_SURFACE; *view_area = LAB_SSD_CLIENT;
return NULL; return NULL;
} }
} }