mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-04-14 11:44:16 +00:00
Compare commits
3 Commits
xlibre-xf8
...
xlibre-xf8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
26dde8fc21 | ||
|
|
51d93c47f7 | ||
|
|
3801a36ec9 |
@@ -22,10 +22,10 @@
|
||||
|
||||
# Initialize Autoconf
|
||||
AC_PREREQ([2.60])
|
||||
AC_INIT([xf86-input-evdev],
|
||||
[2.11.0],
|
||||
[https://gitlab.freedesktop.org/xorg/driver/xf86-input-evdev/issues],
|
||||
[xf86-input-evdev])
|
||||
AC_INIT([xlibre-xf86-input-evdev],
|
||||
[2.11.1],
|
||||
[https://github.com/X11Libre/xf86-input-evdev/issues],
|
||||
[xlibre-xf86-input-evdev])
|
||||
AC_CONFIG_SRCDIR([Makefile.am])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_AUX_DIR(.)
|
||||
|
||||
@@ -210,9 +210,7 @@ EvdevWheelEmuHandleButtonMap(InputInfoPtr pInfo, WheelAxisPtr pAxis,
|
||||
((up_button > 0) && (up_button <= EVDEV_MAXBUTTONS)) &&
|
||||
((down_button > 0) && (down_button <= EVDEV_MAXBUTTONS))) {
|
||||
|
||||
/* Use xstrdup to allocate a string for us */
|
||||
msg = xstrdup("buttons XX and YY");
|
||||
|
||||
msg = strdup("buttons XX and YY");
|
||||
if (msg)
|
||||
sprintf(msg, "buttons %d and %d", up_button, down_button);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user