-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Streamline decorations buffer management #3802
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, this is simpler.
The downside is that it introduces a dependency on libmirplatform-dev, which isn't as stable as we would like it to be. 🤷
I think keeping things simple while we get user customizable decorations implemented is worth it. What do you think? Is it merge-worthy? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opinions can reasonably differ on the libplatform dependency
I think server side decorations are bound to the compositor enough that it's not wrong to have a tighter dependency like that.
No description provided.