mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-09 08:21:23 -04:00
Remove "ever_been_mapped" from cg_wayland_view
This commit is contained in:
parent
8edaa54faf
commit
3e6576b0ee
2 changed files with 0 additions and 16 deletions
|
|
@ -150,7 +150,6 @@ handle_xwayland_surface_map(struct wl_listener *listener, void *data)
|
|||
xwayland_view->commit.notify = handle_xwayland_surface_commit;
|
||||
wl_signal_add(&xwayland_view->xwayland_surface->surface->events.commit, &xwayland_view->commit);
|
||||
|
||||
xwayland_view->ever_been_mapped = true;
|
||||
view_map(view, xwayland_view->xwayland_surface->surface);
|
||||
|
||||
view_damage_whole(view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue