mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
xdg-shell-v6: changed wlr_xdg_surface_v6_configure.toplevel_state to be NULL if surface isn't a toplevel
This commit is contained in:
parent
e74ddaaf10
commit
657e5c8c0d
2 changed files with 18 additions and 9 deletions
|
|
@ -82,7 +82,7 @@ struct wlr_xdg_surface_v6_configure {
|
|||
struct wl_list link; // wlr_xdg_surface_v6::configure_list
|
||||
uint32_t serial;
|
||||
|
||||
struct wlr_xdg_toplevel_v6_state toplevel_state; // TODO: should be null-able
|
||||
struct wlr_xdg_toplevel_v6_state *toplevel_state;
|
||||
};
|
||||
|
||||
struct wlr_xdg_surface_v6 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue