summaryrefslogtreecommitdiff
path: root/include/property.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/property.h')
-rw-r--r--include/property.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/property.h b/include/property.h
index be875e917..d7ccff344 100644
--- a/include/property.h
+++ b/include/property.h
@@ -51,6 +51,14 @@ SOFTWARE.
typedef struct _Property *PropertyPtr;
+typedef struct _PropertyStateRec {
+ WindowPtr win;
+ PropertyPtr prop;
+ int state;
+} PropertyStateRec;
+
+extern CallbackListPtr PropertyStateCallback;
+
extern _X_EXPORT int dixLookupProperty(PropertyPtr * /*result */ ,
WindowPtr /*pWin */ ,
Atom /*proprty */ ,