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

Removed Seat property "has_grab" in favour of more explicit methods. #152

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

heuer
Copy link
Contributor

@heuer heuer commented Mar 15, 2024

The property "has_grab" mirrors the method "keyboard_has_grab", but since there are several "_has_grab" functions, the user should call the specific method.

Fixes #147

The property "has_grab" mirrors the method "keyboard_has_grab",
but since there are several "_has_grab" functions, the user should call
the specific method.

Fixes flacjacket#147
@heuer
Copy link
Contributor Author

heuer commented Mar 15, 2024

Maybe this isn't a good idea for 0.16 and this should be postponed for 0.17?

Both would be okay for me, it's up to you.

@flacjacket flacjacket merged commit 311673b into flacjacket:main Mar 18, 2024
35 checks passed
@heuer heuer deleted the issue_147 branch March 18, 2024 06:11
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.

Property Seat.has_grab mirrors Seat.keyboard_has_grab()
2 participants