Skip to content

xdg-shell: fix geometry types

Kirill Primak requested to merge vyivel/wlroots:xdg-shell-fix-size into master

Change the types to those which are used in the protocol.

Breaking changes

  • The types of wlr_xdg_toplevel_state.{,min_,max_}{width,height}, wlr_xdg_toplevel_configure.{,bounds.}{width,height}, and wlr_xdg_toplevel_show_window_menu_event.{x,y} have been changed from uint32_t to int32_t.

Merge request reports