mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
xdg_shell: Port to 0.16 double buffered geometry
This commit is contained in:
parent
b43c7adcd9
commit
ea14819153
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ static void
|
|||
popup_unconstrain(struct cg_view *view, struct wlr_xdg_popup *popup)
|
||||
{
|
||||
struct cg_server *server = view->server;
|
||||
struct wlr_box *popup_box = &popup->geometry;
|
||||
struct wlr_box *popup_box = &popup->current.geometry;
|
||||
|
||||
struct wlr_output_layout *output_layout = server->output_layout;
|
||||
struct wlr_output *wlr_output =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue