mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-09 08:21:23 -04:00
Fix initial position of X11 override-redirects
Presumably this fixes #228. The position of the scene node for XWayland override-redirect windows was never being set.
This commit is contained in:
parent
4dc3cf80b2
commit
2f4801aea0
3 changed files with 24 additions and 13 deletions
|
|
@ -13,6 +13,7 @@ struct cg_xwayland_view {
|
|||
struct wl_listener unmap;
|
||||
struct wl_listener map;
|
||||
struct wl_listener request_fullscreen;
|
||||
struct wl_listener set_geometry;
|
||||
};
|
||||
|
||||
struct cg_xwayland_view *xwayland_view_from_view(struct cg_view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue