Skip to content

Commit c24be71

Browse files
committed
[PR #1433] dix: unexport XIUnregisterPropertyHandler() and XIDeleteAllDeviceProperties()
PR: #1433
1 parent 0fc7d01 commit c24be71

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

dix/exevents_priv.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,8 @@ int XIPropToInt(XIPropertyValuePtr val, int *nelem_return, int **buf_return);
159159

160160
int XIPropToFloat(XIPropertyValuePtr val, int *nelem_return, float **buf_return);
161161

162+
void XIUnregisterPropertyHandler(DeviceIntPtr dev, long id);
163+
164+
void XIDeleteAllDeviceProperties(DeviceIntPtr device);
165+
162166
#endif /* _XSERVER_EXEVENTS_PRIV_H */

include/exevents.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ extern _X_EXPORT Bool SetScrollValuator(DeviceIntPtr /* dev */ ,
7171
double /* increment */ ,
7272
int /* flags */ );
7373

74-
/* Input device properties */
75-
extern _X_EXPORT void XIDeleteAllDeviceProperties(DeviceIntPtr /* device */
76-
);
77-
7874
extern _X_EXPORT int XIDeleteDeviceProperty(DeviceIntPtr /* device */ ,
7975
Atom /* property */ ,
8076
Bool /* fromClient */
@@ -118,8 +114,6 @@ extern _X_EXPORT long XIRegisterPropertyHandler(DeviceIntPtr dev,
118114
Atom property)
119115
);
120116

121-
extern _X_EXPORT void XIUnregisterPropertyHandler(DeviceIntPtr dev, long id);
122-
123117
extern _X_EXPORT Atom XIGetKnownProperty(const char *name);
124118

125119
extern _X_EXPORT DeviceIntPtr XIGetDevice(xEvent *ev);

0 commit comments

Comments
 (0)