mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-21 20:26:45 +00:00
Xi: change XIUnRegisterPropertyHandler to XIUnregisterPropertyHandler
CamelCase can be taken too far, and AFAICT there's no consumers of that function yet anyway. Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
This commit is contained in:
parent
49f77fff14
commit
fd2d40b7ec
2 changed files with 2 additions and 2 deletions
|
|
@ -240,7 +240,7 @@ extern _X_EXPORT long XIRegisterPropertyHandler(
|
|||
Atom property)
|
||||
);
|
||||
|
||||
extern _X_EXPORT void XIUnRegisterPropertyHandler(
|
||||
extern _X_EXPORT void XIUnregisterPropertyHandler(
|
||||
DeviceIntPtr dev,
|
||||
long id
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue