mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-22 05:34:01 -04:00
parent
1c59946e20
commit
530b32d496
1 changed files with 2 additions and 2 deletions
|
|
@ -143,8 +143,8 @@ handle_xwayland_surface_map(struct wl_listener *listener, void *data)
|
||||||
struct cg_view *view = &xwayland_view->view;
|
struct cg_view *view = &xwayland_view->view;
|
||||||
|
|
||||||
if (!xwayland_view_should_manage(view)) {
|
if (!xwayland_view_should_manage(view)) {
|
||||||
view->x = xwayland_view->xwayland_surface->x;
|
view->lx = xwayland_view->xwayland_surface->x;
|
||||||
view->y = xwayland_view->xwayland_surface->y;
|
view->ly = xwayland_view->xwayland_surface->y;
|
||||||
}
|
}
|
||||||
|
|
||||||
xwayland_view->commit.notify = handle_xwayland_surface_commit;
|
xwayland_view->commit.notify = handle_xwayland_surface_commit;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue