drop libevdev dependency

This commit is contained in:
illiliti 2022-11-30 04:53:36 +03:00
parent d41f11e6bd
commit 7fd06a62c8
10 changed files with 13 additions and 64 deletions

View file

@ -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