Skip to content
  • Martin Flöser's avatar
    Use signals'n'slots instead of deep function call into Compositor · 27589072
    Martin Flöser authored
    For most actions where the compositor needs to perform an action
    (e.g. scheduling another repaint) signals were already emitted.
    So it's easier to just connect the signals to the Compositor
    which in turn makes the code much more readable.
    
    All signals are connected from the Workspace when either the
    Compositor gets constructed or a Toplevel gets created.
    27589072