XACE: Add generic support for property and selection polyinstantiation.

This commit is contained in:
Eamon Walsh
2008-02-29 17:55:31 -05:00
committed by Eamon Walsh
parent 34bf308a9e
commit cc76ea6e3a
7 changed files with 36 additions and 31 deletions

View File

@@ -59,7 +59,7 @@ typedef struct {
typedef struct {
ClientPtr client;
WindowPtr pWin;
PropertyPtr pProp;
PropertyPtr *ppProp;
Mask access_mode;
int status;
} XacePropertyAccessRec;
@@ -110,7 +110,7 @@ typedef struct {
/* XACE_SELECTION_ACCESS */
typedef struct {
ClientPtr client;
Atom name;
Selection **ppSel;
Mask access_mode;
int status;
} XaceSelectionAccessRec;