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

Correct 2 enums to be IntFlags, supporting 0s #99

Merged
merged 1 commit into from
Aug 20, 2022

Conversation

m-col
Copy link
Collaborator

@m-col m-col commented Aug 20, 2022

These two wlroots enums are intended to be used as bit flags, supporting
0 or bitwise combinations of their values. Their current IntEnum base
class doesn't support either so let's convert to IntFlag.

These two wlroots enums are intended to be used as bit flags, supporting
0 or bitwise combinations of their values. Their current `IntEnum` base
class doesn't support either so let's convert to `IntFlag`.
Copy link
Owner

@flacjacket flacjacket left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks!

@flacjacket flacjacket merged commit 3266d30 into flacjacket:main Aug 20, 2022
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.

2 participants