diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-03-21 14:39:00 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2007-03-21 14:39:00 -0400 |
commit | 9c144f8ac5cea25deaa543767dbaf371d029c608 (patch) | |
tree | e35a336f333e27f0b8170eed7755c99a6673aff0 /Xext/xacestr.h | |
parent | 2945deba1d4a7dce4f6dd0c568297a1c537fdfb4 (diff) |
xace: add XACE_SELECTION_ACCESS hook for selection redirection/access.
Diffstat (limited to 'Xext/xacestr.h')
-rw-r--r-- | Xext/xacestr.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Xext/xacestr.h b/Xext/xacestr.h index bd3088381..4c480a4ea 100644 --- a/Xext/xacestr.h +++ b/Xext/xacestr.h @@ -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 "selection.h" #include "xace.h" /* XACE_CORE_DISPATCH */ @@ -93,6 +94,13 @@ typedef struct { int rval; } XaceHostlistAccessRec; +/* XACE_SELECTION_ACCESS */ +typedef struct { + ClientPtr client; + Selection *selection; + int rval; +} XaceSelectionAccessRec; + /* XACE_SITE_POLICY */ typedef struct { char *policyString; |