xace: update the DeleteProperty prototype to include the client argument.

This should have been part of 8f23d40068.
This commit is contained in:
Eamon Walsh 2007-10-16 19:11:36 -04:00 committed by Eamon Walsh
parent fe97f7c54a
commit 773f6491c1

View File

@ -74,6 +74,7 @@ extern int ChangeWindowProperty(
Bool /*sendevent*/);
extern int DeleteProperty(
ClientPtr /*client*/,
WindowPtr /*pWin*/,
Atom /*propName*/);