mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 15:00:09 +00:00
Xi: constify XIChangeDeviceProperty()
We don't modify "value", make it official. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@canonical.com> Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com>
This commit is contained in:
@@ -69,7 +69,7 @@ extern _X_EXPORT int XIChangeDeviceProperty(
|
||||
int /* format*/,
|
||||
int /* mode*/,
|
||||
unsigned long /* len*/,
|
||||
pointer /* value*/,
|
||||
const pointer /* value*/,
|
||||
Bool /* sendevent*/
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user