Skip to content
  • Martin Flöser's avatar
    Move startMoveResize() to AbstractClient · c83f0410
    Martin Flöser authored
    The implementation calls a virtual doStartMoveResize() which allows
    Client to do it's X11 specific tasks (creating moveResizeWindow, grabbing
    input).
    
    The base implementation is no longer virtual.
    c83f0410