mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
desktop.c: set *view_area right for layer-popup
This commit is contained in:
parent
49e8658a7b
commit
cec0c5cee6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue