diff options
Diffstat (limited to 'Xi/xiproperty.h')
-rw-r--r-- | Xi/xiproperty.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Xi/xiproperty.h b/Xi/xiproperty.h index e66b447ea..bc4bbaed9 100644 --- a/Xi/xiproperty.h +++ b/Xi/xiproperty.h @@ -43,4 +43,19 @@ void SRepXListDeviceProperties(ClientPtr client, int size, void SRepXGetDeviceProperty(ClientPtr client, int size, xGetDevicePropertyReply *rep); +/* XI2 request/reply handling */ +int ProcXIListProperties (ClientPtr client); +int ProcXIChangeProperty (ClientPtr client); +int ProcXIDeleteProperty (ClientPtr client); +int ProcXIGetProperty (ClientPtr client); + +int SProcXIListProperties (ClientPtr client); +int SProcXIChangeProperty (ClientPtr client); +int SProcXIDeleteProperty (ClientPtr client); +int SProcXIGetProperty (ClientPtr client); + +void SRepXIListProperties(ClientPtr client, int size, + xXIListPropertiesReply *rep); +void SRepXIGetProperty(ClientPtr client, int size, + xXIGetPropertyReply *rep); #endif /* XIPROPERTY_H */ |