mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 15:10:02 +01:00
config/wscons: Always attach the "ws" driver for pointer devices,
rather than "mouse". Both OpenBSD and NetBSD (the only downstream users of this code) are both patching in this currently. Signed-off-by: Nia Alarie <nia@NetBSD.org>
This commit is contained in:
parent
bcee84c3e4
commit
9946b0f199
1 changed files with 2 additions and 2 deletions
|
|
@ -253,8 +253,8 @@ wscons_add_pointers(void)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Add a default entry catching all other mux elements as "mouse" */
|
/* Add a default entry catching all other mux elements as pointers */
|
||||||
wscons_add_pointer(WSCONS_MOUSE_PREFIX, "mouse", ATTR_POINTER);
|
wscons_add_pointer(WSCONS_MOUSE_PREFIX, "ws", ATTR_POINTER);
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue