diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-10-16 19:11:36 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-10-16 19:11:36 -0400 |
commit | 773f6491c1cc8819038e753d08c32ba213f80f8f (patch) | |
tree | bf357c815f039ccb155e8ca10ff2e46e7b76e9eb | |
parent | fe97f7c54a1b42acd542696b6cdc9e83e89548f3 (diff) |
xace: update the DeleteProperty prototype to include the client argument.
This should have been part of 8f23d40068151ad85cde239d07031284f0b2c4dc.
-rw-r--r-- | include/property.h | 1 |
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*/); |