mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +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:
@@ -701,7 +701,7 @@ XIDeleteDeviceProperty (DeviceIntPtr device, Atom property, Bool fromClient)
|
||||
int
|
||||
XIChangeDeviceProperty (DeviceIntPtr dev, Atom property, Atom type,
|
||||
int format, int mode, unsigned long len,
|
||||
pointer value, Bool sendevent)
|
||||
const pointer value, Bool sendevent)
|
||||
{
|
||||
XIPropertyPtr prop;
|
||||
int size_in_bytes;
|
||||
|
||||
@@ -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