mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04: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…
Add table
Add a link
Reference in a new issue