diff options
Diffstat (limited to 'xserver/include/property.h')
-rw-r--r-- | xserver/include/property.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xserver/include/property.h b/xserver/include/property.h index be875e917..d7ccff344 100644 --- a/xserver/include/property.h +++ b/xserver/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 */ , |