summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-10-16 19:11:36 -0400
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2007-10-16 19:11:36 -0400
commit773f6491c1cc8819038e753d08c32ba213f80f8f (patch)
treebf357c815f039ccb155e8ca10ff2e46e7b76e9eb
parentfe97f7c54a1b42acd542696b6cdc9e83e89548f3 (diff)
xace: update the DeleteProperty prototype to include the client argument.
This should have been part of 8f23d40068151ad85cde239d07031284f0b2c4dc.
-rw-r--r--include/property.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/property.h b/include/property.h
index 77536aa4d..ba7d226cd 100644
--- a/include/property.h
+++ b/include/property.h
@@ -74,6 +74,7 @@ extern int ChangeWindowProperty(
Bool /*sendevent*/);
extern int DeleteProperty(
+ ClientPtr /*client*/,
WindowPtr /*pWin*/,
Atom /*propName*/);