mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Fix type of X11 event mask
This commit is contained in:
@@ -33,7 +33,7 @@ constexpr size_t idle_timer_id = 1337;
|
|||||||
* The most significant bit in an X11 event's response type is used to indicate
|
* The most significant bit in an X11 event's response type is used to indicate
|
||||||
* the event source.
|
* the event source.
|
||||||
*/
|
*/
|
||||||
constexpr uint16_t event_type_mask = 0b0111'1111;
|
constexpr uint8_t event_type_mask = 0b0111'1111;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The name of the X11 property on the root window used to denote the active
|
* The name of the X11 property on the root window used to denote the active
|
||||||
|
|||||||
Reference in New Issue
Block a user