Skip to content

Wayland surface: change position_method into move_to_rect boolean

Sophie Winter requested to merge wmww/gtk:remove-position-method-enum into master

It appears in the past the PositionMethod enum was used for more, but currently it just indicates if "move to rect" should be used, so remove the enum and usa a boolean.

Merge request reports