dix: Remove redundant ChangeWindowProperty

Use dixChangeWindowProperty(serverClient, ...) instead.

Signed-off-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Adam Jackson
2015-11-24 08:31:21 -05:00
parent 4affa75a90
commit eb36924ead
3 changed files with 4 additions and 20 deletions

View File

@@ -67,15 +67,6 @@ extern _X_EXPORT int dixChangeWindowProperty(ClientPtr pClient,
void *value,
Bool sendevent);
extern _X_EXPORT int ChangeWindowProperty(WindowPtr pWin,
Atom property,
Atom type,
int format,
int mode,
unsigned long len,
void *value,
Bool sendevent);
extern _X_EXPORT int DeleteProperty(ClientPtr /*client */ ,
WindowPtr /*pWin */ ,
Atom /*propName */ );