Skip to content
  • Florian Müllner's avatar
    a1a062e9
    window: Make full maximization more convenient · a1a062e9
    Florian Müllner authored and Marge Bot's avatar Marge Bot committed
    The existing (un)maximize() API covers both full and partial
    maximization, which makes it unnecessarily awkward for the vast
    majority of code that only cares about full maximization.
    
    Address this by renaming the existing methods to set_(un)maximize_flags(),
    then re-add plain (un)maximize() methods for the full maximization case.
    
    Part-of: <!4415>
    a1a062e9
    window: Make full maximization more convenient
    Florian Müllner authored and Marge Bot's avatar Marge Bot committed
    The existing (un)maximize() API covers both full and partial
    maximization, which makes it unnecessarily awkward for the vast
    majority of code that only cares about full maximization.
    
    Address this by renaming the existing methods to set_(un)maximize_flags(),
    then re-add plain (un)maximize() methods for the full maximization case.
    
    Part-of: <!4415>
Loading