aboutsummaryrefslogtreecommitdiff
path: root/include/xwayland
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-01-27 10:47:16 +0100
committerSimon Ser <contact@emersion.fr>2021-01-27 10:47:16 +0100
commit5a2ef794dcf4fe6099866ff11af44d363e0286a1 (patch)
tree65bad1b85f52746b7cc88786ea2d28431a37f3e3 /include/xwayland
parente75f483aeb2f48babc97d95b5dea2defa4df7224 (diff)
xwayland: drop unused enum net_wm_state_action
Diffstat (limited to 'include/xwayland')
-rw-r--r--include/xwayland/xwm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/xwayland/xwm.h b/include/xwayland/xwm.h
index 362b4cef..27b79b30 100644
--- a/include/xwayland/xwm.h
+++ b/include/xwayland/xwm.h
@@ -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;