Skip to content

impl Default for xkb::Context #62

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pentamassiv
Copy link

Add a Default implementation for xkb::Context. The CONTEXT_NO_FLAGS flag is used when a default Context is created.

Use case:
In my library, I have a struct with many fields. They all implement Default except for xkb::Context so I am unable to derive(Default). This PR fixes that "problem" and allows users of xkbcommon to write more concise code.

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