mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-17 06:59:43 -05:00
xwayland: drop struct wlr_xwayland_move_event
This only contains the xsurface, which isn't particularly useful.
This commit is contained in:
parent
972c5f0c11
commit
19ba3f0c2a
2 changed files with 1 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue