Skip to content
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

Persist decorations on workspace send #184

Merged
merged 1 commit into from
Oct 24, 2022

Conversation

JLErvin
Copy link
Owner

@JLErvin JLErvin commented May 8, 2022

This change addresses #143, (re)adding support for persisting decorations when windows are sent between workspaces. Although this was included previously, it was removed (unintentionally) as a consequence of #136.

This change is implemented by moving the client_decorations_destroy call from client_delete to handle_unmap_notify. #136 was implemented to avoid BadDrawable errors when a window is closed, so we can move the logic there and allow the client_delete code to persist the decoration state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant