Skip to content
Snippets Groups Projects

Cleanup: client: clientApplyMWMHints(): use clientReconfigure()

  1. Feb 27, 2023
    • Enrico Weigelt's avatar
      client: clientApplyMWMHints(): use clientReconfigure() · c0857c93
      Enrico Weigelt authored
      
      The whole clientConfigure machinary is a complex beast, that deserves huge
      simplifaction. Since we already maintain the window geometry internally
      (even the actually applied one separately), So, instead of caring about
      change masks and partial updates, it's much simpler to let everybody just
      update the internal state and finally call clientReconfigure().
      
      At that point also clean up the code by moving the XWindowChanges struct
      to local scope, it's only need as return buffer for clientNewMaxSize().
      
      Signed-off-by: default avatarEnrico Weigelt, metux IT consult <info@metux.net>
      c0857c93
Loading