|
|
|
@ -288,7 +288,7 @@ bool compare_xdg_surface_v6_toplevel_state(struct wlr_xdg_toplevel_v6 *state) {
|
|
|
|
|
// last configure is actually the current state, just use it
|
|
|
|
|
configured.state = state->current;
|
|
|
|
|
configured.width = state->base->surface->current->width;
|
|
|
|
|
configured.height = state->base->surface->current->width;
|
|
|
|
|
configured.height = state->base->surface->current->height;
|
|
|
|
|
} else {
|
|
|
|
|
struct wlr_xdg_surface_v6_configure *configure =
|
|
|
|
|
wl_container_of(state->base->configure_list.prev, configure, link);
|
|
|
|
|