xwayland: drop struct wlr_xwayland_move_event

This only contains the xsurface, which isn't particularly useful.
This commit is contained in:
Simon Ser 2023-07-09 11:47:50 +02:00
parent 972c5f0c11
commit 19ba3f0c2a
2 changed files with 1 additions and 8 deletions

View file

@ -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;