mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01:00
xwayland: drop unused enum net_wm_state_action
This commit is contained in:
parent
e75f483aeb
commit
5a2ef794dc
1 changed files with 0 additions and 6 deletions
|
@ -88,12 +88,6 @@ 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…
Reference in a new issue