mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
src/xwayland.c: Keep view->surface in sync
This commit is contained in:
parent
01e832b4a8
commit
a0afd443f5
2 changed files with 31 additions and 0 deletions
|
|
@ -349,6 +349,7 @@ struct view {
|
|||
struct wl_listener map;
|
||||
struct wl_listener unmap;
|
||||
struct wl_listener destroy;
|
||||
struct wl_listener surface_destroy;
|
||||
struct wl_listener commit;
|
||||
struct wl_listener request_move;
|
||||
struct wl_listener request_resize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue