Seemingly proper client-side decorations

This commit is contained in:
Keith Bowes 2022-02-15 09:22:24 -05:00
parent f0d50cb57d
commit bed7e244c2
4 changed files with 36 additions and 20 deletions

View file

@ -33,12 +33,15 @@ struct wb_view {
struct wb_server *server;
struct wlr_xdg_surface *xdg_surface;
struct wlr_xdg_toplevel_decoration_v1 *decoration;
struct wl_listener ack_configure;
struct wl_listener map;
struct wl_listener unmap;
struct wl_listener destroy;
struct wl_listener request_move;
struct wl_listener request_resize;
bool mapped;
bool configured, mapped;
int x, y;
};