xwayland: support minimizing
Allow minimizing xwayland windows. Co-authored-by: Steve Pronovost <spronovo@microsoft.com> Co-authored-by: Brenton DeGeer <brdegeer@microsoft.com> Signed-off-by: Hideyuki Nagase <hideyukn@microsoft.com> Signed-off-by: Steve Pronovost <spronovo@microsoft.com> Signed-off-by: Brenton DeGeer <brdegeer@microsoft.com>
This commit is contained in:
committed by
Derek Foreman
parent
cc69dc447e
commit
d902088bfc
@@ -77,6 +77,7 @@ x11_get_atoms(xcb_connection_t *connection, struct atom_x11 *atom)
|
||||
{ "WM_STATE", F(wm_state) },
|
||||
{ "WM_S0", F(wm_s0) },
|
||||
{ "WM_CLIENT_MACHINE", F(wm_client_machine) },
|
||||
{ "WM_CHANGE_STATE", F(wm_change_state) },
|
||||
{ "_NET_WM_CM_S0", F(net_wm_cm_s0) },
|
||||
{ "_NET_WM_NAME", F(net_wm_name) },
|
||||
{ "_NET_WM_PID", F(net_wm_pid) },
|
||||
|
||||
@@ -39,6 +39,7 @@ struct atom_x11 {
|
||||
xcb_atom_t wm_state;
|
||||
xcb_atom_t wm_s0;
|
||||
xcb_atom_t wm_client_machine;
|
||||
xcb_atom_t wm_change_state;
|
||||
xcb_atom_t net_wm_cm_s0;
|
||||
xcb_atom_t net_wm_name;
|
||||
xcb_atom_t net_wm_pid;
|
||||
|
||||
Reference in New Issue
Block a user