mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
Merge 7fd06a62c8 into dadf3e9b78
This commit is contained in:
commit
df02e1d807
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"
|
||||
|
||||
|
|
@ -143,6 +144,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