Skip to content

Merge Window::minimize and Window::unminimize

Vlad Zahorodnii requested to merge work/zzag/window-minimize-cleanup into master

Code of Window::minimize() and Window::unminimize() is mostly the same with the exception of some state checks, so merge the two to tidy the code.

Merge request reports