diff options
author | Keith Packard <keithp@keithp.com> | 2013-11-15 05:28:47 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-01-12 10:14:49 -0800 |
commit | 6e51645b4796fc3a02206fefd416b84beb2fcdf7 (patch) | |
tree | 3185d4a25eb59b1af45649cc8353391d2afb2009 /include/xkbsrv.h | |
parent | abce3206cbc82f632abae5344e0ce46622e00f24 (diff) |
xkb: Clean up warnings
Add const to lots of strings.
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'include/xkbsrv.h')
-rw-r--r-- | include/xkbsrv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xkbsrv.h b/include/xkbsrv.h index 346ebccf0..fbfe4035f 100644 --- a/include/xkbsrv.h +++ b/include/xkbsrv.h @@ -852,7 +852,7 @@ extern _X_EXPORT unsigned int XkbDDXLoadKeymapByNames(DeviceIntPtr /* keybd */ , ); extern _X_EXPORT Bool XkbDDXNamesFromRules(DeviceIntPtr /* keybd */ , - char * /* rules */ , + const char * /* rules */ , XkbRF_VarDefsPtr /* defs */ , XkbComponentNamesPtr /* names */ ); |