xace: add new argument to property hook for property structure itself.

This commit is contained in:
Eamon Walsh
2007-03-22 13:06:50 -04:00
committed by Eamon Walsh
parent 5486be4898
commit 1b58304ac8
4 changed files with 40 additions and 38 deletions

View File

@@ -27,6 +27,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "gcstruct.h"
#include "windowstr.h"
#include "inputstr.h"
#include "propertyst.h"
#include "selection.h"
#include "xace.h"
@@ -59,6 +60,7 @@ typedef struct {
typedef struct {
ClientPtr client;
WindowPtr pWin;
PropertyPtr pProp;
Atom propertyName;
Mask access_mode;
int rval;