summaryrefslogtreecommitdiff
path: root/hw/dmx/input/dmxinputinit.h
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2010-05-25 14:25:07 -0700
committerJamey Sharp <jamey@minilop.net>2010-06-03 14:03:22 -0700
commitd1bad1b59f24ab4dcf2d1ce1c5d4f42b5fa40bc1 (patch)
tree095e4310147fe6587580cc5a4b784a18c1c4f16a /hw/dmx/input/dmxinputinit.h
parentb13d7a8e09c8e3eb5003420c3c0484431e5a052b (diff)
dmx: Fix XSetExtensionErrorHandler calls to agree on constness.
Signed-off-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'hw/dmx/input/dmxinputinit.h')
-rw-r--r--hw/dmx/input/dmxinputinit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/dmx/input/dmxinputinit.h b/hw/dmx/input/dmxinputinit.h
index 2e625cfd4..5a4a4106c 100644
--- a/hw/dmx/input/dmxinputinit.h
+++ b/hw/dmx/input/dmxinputinit.h
@@ -276,8 +276,8 @@ extern void dmxKeyboardKbdCtrlProc(DeviceIntPtr pDevice, KeybdCtrl *ctrl);
extern void dmxKeyboardBellProc(int percent, DeviceIntPtr pDevice,
pointer ctrl, int unknown);
-extern int dmxInputExtensionErrorHandler(Display *dsp, char *name,
- char *reason);
+extern int dmxInputExtensionErrorHandler(Display *dsp, _Xconst char *name,
+ _Xconst char *reason);
extern int dmxInputDetach(DMXInputInfo *dmxInput);
extern void dmxInputDetachAll(DMXScreenInfo *dmxScreen);