mirror of
https://github.com/wizbright/waybox.git
synced 2026-02-10 04:27:53 -05:00
Allow maximizing; ToggleMaximize action
This commit is contained in:
parent
c4e224d5fa
commit
afe1780ec3
8 changed files with 84 additions and 39 deletions
|
|
@ -32,14 +32,16 @@ struct wb_view {
|
|||
|
||||
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_maximize;
|
||||
struct wl_listener request_move;
|
||||
struct wl_listener request_resize;
|
||||
bool configured, mapped;
|
||||
struct wl_listener surface_commit;
|
||||
bool mapped;
|
||||
int x, y;
|
||||
struct wlr_box origdim;
|
||||
};
|
||||
|
||||
void output_frame_notify(struct wl_listener* listener, void *data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue