xace: update the DeleteProperty prototype to include the client argument.
This should have been part of 8f23d40068
.
This commit is contained in:
parent
fe97f7c54a
commit
773f6491c1
|
@ -74,6 +74,7 @@ extern int ChangeWindowProperty(
|
|||
Bool /*sendevent*/);
|
||||
|
||||
extern int DeleteProperty(
|
||||
ClientPtr /*client*/,
|
||||
WindowPtr /*pWin*/,
|
||||
Atom /*propName*/);
|
||||
|
||||
|
|
Loading…
Reference in New Issue