mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-25 06:59:42 -05:00
xwayland: add state support
This commit is contained in:
parent
98707c16ad
commit
97346e7a1b
4 changed files with 78 additions and 6 deletions
|
|
@ -60,6 +60,12 @@ enum atom_name {
|
|||
|
||||
extern const char *atom_map[ATOM_LAST];
|
||||
|
||||
enum net_wm_state_action {
|
||||
NET_WM_STATE_REMOVE = 0,
|
||||
NET_WM_STATE_ADD = 1,
|
||||
NET_WM_STATE_TOGGLE = 2,
|
||||
};
|
||||
|
||||
struct wlr_xwm {
|
||||
struct wlr_xwayland *xwayland;
|
||||
struct wl_event_source *event_source;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue