From a3296d111dc4d76aa3afa7e338cbab93eb390ec4 Mon Sep 17 00:00:00 2001 From: Eamon Walsh Date: Wed, 21 Mar 2007 17:01:26 -0400 Subject: xace: add access_mode argument to selection hook. --- Xext/xacestr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Xext/xacestr.h') diff --git a/Xext/xacestr.h b/Xext/xacestr.h index 4c480a4ea..edf7b66fb 100644 --- a/Xext/xacestr.h +++ b/Xext/xacestr.h @@ -98,6 +98,7 @@ typedef struct { typedef struct { ClientPtr client; Selection *selection; + Mask access_mode; int rval; } XaceSelectionAccessRec; -- cgit v1.2.3