diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-01-06 10:10:16 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-01-06 14:04:45 +1000 |
commit | ed8f3c4bd17bddf1369d050ea8e63b9451d887ce (patch) | |
tree | d345ad6685a5e26ce3bda9c39a08e174147882f7 /record/record.c | |
parent | 223ba8b46eacbc8e573bc5136a3d6677f3e39099 (diff) |
Xi: change XIChangeDeviceProperty from const pointer to const void *
According to Daniel Kurtz, a typedef void *pointer is a atomic type. So a
'const pointer' is equivalent to 'void* const' instead of the intended
'const void*'.
This technically changes the ABI, but we don't bump it for this.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
Diffstat (limited to 'record/record.c')
0 files changed, 0 insertions, 0 deletions