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:
Peter Hutterer 2008-12-03 11:31:48 +10:00
commit fd2d40b7ec
2 changed files with 2 additions and 2 deletions

View file

@ -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
);