diff options
author | Simon Ser <contact@emersion.fr> | 2023-07-09 11:47:50 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-07-09 11:48:16 +0200 |
commit | 19ba3f0c2ae7ca5f79b714020922716fc2c3b3ae (patch) | |
tree | ae87107f8d9d723998162cf0c31a5e46ce8134c5 /include/wlr | |
parent | 972c5f0c11738a9686f566ffc1ae3b2b96c28abd (diff) |
xwayland: drop struct wlr_xwayland_move_event
This only contains the xsurface, which isn't particularly useful.
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/xwayland/xwayland.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/wlr/xwayland/xwayland.h b/include/wlr/xwayland/xwayland.h index 0f7d232a..7c57fdca 100644 --- a/include/wlr/xwayland/xwayland.h +++ b/include/wlr/xwayland/xwayland.h @@ -177,11 +177,6 @@ struct wlr_xwayland_surface_configure_event { uint16_t mask; // xcb_config_window_t }; -// TODO: maybe add a seat to these -struct wlr_xwayland_move_event { - struct wlr_xwayland_surface *surface; -}; - struct wlr_xwayland_remove_startup_info_event { const char *id; xcb_window_t window; |