Constify InputDriverRec->default_options

Removes a warning, and with the input ABI 18 this is forced to const in the
server.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
(cherry picked from commit 9624f4e2ba)
This commit is contained in:
Peter Hutterer
2012-05-28 10:08:23 +10:00
parent 7d91fc7bfc
commit b2cbbb178e

View File

@@ -93,7 +93,7 @@
#define ABS_MT_TRACKING_ID 0x39
#endif
static char *evdevDefaults[] = {
static const char *evdevDefaults[] = {
"XkbRules", "evdev",
"XkbModel", "evdev",
"XkbLayout", "us",