xserver: Branch 'XACE-SELINUX'

Eamon Walsh ewalsh at kemper.freedesktop.org
Tue Oct 16 16:12:14 PDT 2007


 include/property.h |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 773f6491c1cc8819038e753d08c32ba213f80f8f
Author: Eamon Walsh <ewalsh at tycho.nsa.gov>
Date:   Tue Oct 16 19:11:36 2007 -0400

    xace: update the DeleteProperty prototype to include the client argument.
    This should have been part of 8f23d40068151ad85cde239d07031284f0b2c4dc.

diff --git a/include/property.h b/include/property.h
index 77536aa..ba7d226 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*/);
 


More information about the xorg-commit mailing list