Skip to content

Commit

Permalink
new seat protocol version
Browse files Browse the repository at this point in the history
  • Loading branch information
ii8 committed Sep 3, 2024
1 parent d3211a2 commit 56a4e57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WAYLAND_SCANNER := wayland-scanner
PREFIX ?= /usr/local
BINDIR ?= $(PREFIX)/bin

VERSION="0.5.0-git"
VERSION="0.6.0"

CFLAGS ?= -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-format-overflow
override CFLAGS += -DVERSION=\"$(VERSION)\"
Expand Down
3 changes: 3 additions & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1283,6 +1283,9 @@ static struct wl_pointer_listener ptr_listener = {
#ifdef WL_POINTER_AXIS_VALUE120_SINCE_VERSION
noop,
#endif
#ifdef WL_POINTER_AXIS_RELATIVE_DIRECTION_SINCE_VERSION
noop,
#endif
};

static void seat_capabilities(void *data, struct wl_seat *seat, uint32_t caps)
Expand Down

0 comments on commit 56a4e57

Please sign in to comment.