summaryrefslogtreecommitdiff
path: root/Xext/xacestr.h
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-03-22 13:06:50 -0400
committerEamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil>2007-03-22 14:07:01 -0400
commit1b58304ac837735920747ed0f0d10ba331bdaeb7 (patch)
tree8627267aaf8acc315520292f4fdf88a2eb6ab700 /Xext/xacestr.h
parent5486be4898766205149fadce71529724eb78fbf3 (diff)
xace: add new argument to property hook for property structure itself.
Diffstat (limited to 'Xext/xacestr.h')
-rw-r--r--Xext/xacestr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xext/xacestr.h b/Xext/xacestr.h
index edf7b66fb..19d154021 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 "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;