From 773f6491c1cc8819038e753d08c32ba213f80f8f Mon Sep 17 00:00:00 2001 From: Eamon Walsh Date: Tue, 16 Oct 2007 19:11:36 -0400 Subject: [PATCH] xace: update the DeleteProperty prototype to include the client argument. This should have been part of 8f23d40068151ad85cde239d07031284f0b2c4dc. --- include/property.h | 1 + 1 file changed, 1 insertion(+) 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*/);