diff options
Diffstat (limited to 'include/extinit.h')
-rw-r--r-- | include/extinit.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/extinit.h b/include/extinit.h index 37fa9a245..2087d74d6 100644 --- a/include/extinit.h +++ b/include/extinit.h @@ -1,4 +1,3 @@ -/* $XFree86: xc/programs/Xserver/include/extinit.h,v 3.2 2001/08/01 00:44:58 tsi Exp $ */ /************************************************************ Copyright 1996 by Thomas E. Dickey <dickey@clark.net> @@ -105,6 +104,12 @@ SDeviceMappingNotifyEvent ( ); void +SDevicePresenceNotifyEvent ( + devicePresenceNotify * /* from */, + devicePresenceNotify * /* to */ + ); + +void FixExtensionEvents ( ExtensionEntry * /* extEntry */ ); |