-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x11rb switched to some stronger types for certain mask fields. Previously, these masks were represented as integers (e.g. u16). Now, special types are used that also represent the meaning of the mask, e.g. KeyButMask for a mask representing the state of certain keys and buttons. This commit tries to do as few stuff as possible to fix this API breakage. x11rb provides Into implementations to go from u16 to KeyButMask. Signed-off-by: Uli Schlachter <psychon@znc.in> Signed-off-by: Uli Schlachter <psychon@znc.in>
- Loading branch information
Showing
4 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters