mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-05-21 21:38:17 -04:00
xdg-foreign: remove unused field
This commit is contained in:
parent
5ef24c2d17
commit
4b8c11bd46
2 changed files with 0 additions and 2 deletions
|
|
@ -56,7 +56,6 @@ struct wlr_xdg_imported_v1 {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct wlr_xdg_imported_child_v1 {
|
struct wlr_xdg_imported_child_v1 {
|
||||||
struct wlr_xdg_imported_v1 *imported;
|
|
||||||
struct wlr_xdg_toplevel *toplevel;
|
struct wlr_xdg_toplevel *toplevel;
|
||||||
|
|
||||||
struct wl_list link; // wlr_xdg_imported_v1.children
|
struct wl_list link; // wlr_xdg_imported_v1.children
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,6 @@ struct wlr_xdg_imported_v2 {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct wlr_xdg_imported_child_v2 {
|
struct wlr_xdg_imported_child_v2 {
|
||||||
struct wlr_xdg_imported_v2 *imported;
|
|
||||||
struct wlr_xdg_toplevel *toplevel;
|
struct wlr_xdg_toplevel *toplevel;
|
||||||
|
|
||||||
struct wl_list link; // wlr_xdg_imported_v2.children
|
struct wl_list link; // wlr_xdg_imported_v2.children
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue