Skip to content

Return window min/max/increment sizes from hints

James requested to merge (removed):window-size-hints into master

This MR returns the minimum, maximum and incremental sizes of a MetaWindow from its size hints, by adding the functions meta_window_get_minimum_size_hints(), meta_window_get_maximum_size_hints() and meta_window_get_increment_size_hints() respectively. It expands on part of the work in !1568 -- namely commit c02379df, which covers the minimum window size.

Edited by James

Merge request reports