mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-22 06:59:44 -05:00
Merge pull request #390 from emersion/rootston-maximize
Maximize views in rootston
This commit is contained in:
commit
e6babc07a0
11 changed files with 220 additions and 47 deletions
|
|
@ -42,6 +42,8 @@ struct wlr_wl_shell_popup_grab {
|
|||
enum wlr_wl_shell_surface_state {
|
||||
WLR_WL_SHELL_SURFACE_STATE_NONE,
|
||||
WLR_WL_SHELL_SURFACE_STATE_TOPLEVEL,
|
||||
WLR_WL_SHELL_SURFACE_STATE_MAXIMIZED,
|
||||
WLR_WL_SHELL_SURFACE_STATE_FULLSCREEN,
|
||||
WLR_WL_SHELL_SURFACE_STATE_TRANSIENT,
|
||||
WLR_WL_SHELL_SURFACE_STATE_POPUP,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -126,6 +126,8 @@ struct wlr_xdg_surface_v6 {
|
|||
struct wl_signal ack_configure;
|
||||
struct wl_signal ping_timeout;
|
||||
|
||||
struct wl_signal request_maximize;
|
||||
struct wl_signal request_fullscreen;
|
||||
struct wl_signal request_minimize;
|
||||
struct wl_signal request_move;
|
||||
struct wl_signal request_resize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue