Skip to content

barrier: Make type derivable again

Jonas Ådahl requested to merge jadahl/mutter:wip/derivable-barrier into main

This was used gala to implement hot corners, and the way the barrier API works, there isn't really any practical reasons to not make it derivable, since the backend is a separate type and object.


Was pointed to https://github.com/elementary/gala/commit/0696ede90919649838bd46bb723d4e0aeca95e46 which broke with the barrier->backend cleanup.

Cc: @tintou @JoseExposito

Merge request reports