mirror of
https://github.com/swaywm/sway.git
synced 2026-04-21 06:46:22 -04:00
drop libevdev dependency
This commit is contained in:
parent
d41f11e6bd
commit
7fd06a62c8
10 changed files with 13 additions and 64 deletions
|
|
@ -5,6 +5,7 @@
|
|||
#include <wlr/types/wlr_pointer_constraints_v1.h>
|
||||
#include <wlr/types/wlr_pointer_gestures_v1.h>
|
||||
#include <wlr/types/wlr_compositor.h>
|
||||
#include <linux/input.h>
|
||||
#include "sway/input/seat.h"
|
||||
#include "config.h"
|
||||
|
||||
|
|
@ -138,6 +139,4 @@ uint32_t get_mouse_bindcode(const char *name, char **error);
|
|||
// Considers both bindsym and bindcode
|
||||
uint32_t get_mouse_button(const char *name, char **error);
|
||||
|
||||
const char *get_mouse_button_name(uint32_t button);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue