wlroots-hyprland/include/util
Ashkan Kiani 06a13203dd Use a set to track pointer button state.
In addition to `button_count`, we keep track of the current buttons
pressed just as in `wlr_keyboard`.

Add `set_add` and `set_remove` to assist with this. These functions can
only be used with values greater than 0 (such as the button/key masks
for keyboards and pointers).

Partially addresses:
- https://github.com/swaywm/wlroots/issues/1716
- https://github.com/swaywm/wlroots/issues/1593
2019-06-16 00:59:53 +03:00
..
array.h Use a set to track pointer button state. 2019-06-16 00:59:53 +03:00
shm.h util: use shm_open for in-memory files 2018-10-28 22:39:54 +01:00
signal.h Reformat all #include directives 2018-02-12 21:29:23 +01:00