mirror of
https://github.com/wizbright/waybox.git
synced 2026-02-07 04:06:42 -05:00
Seemingly proper client-side decorations
This commit is contained in:
parent
f0d50cb57d
commit
bed7e244c2
4 changed files with 36 additions and 20 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue