summaryrefslogtreecommitdiff
path: root/include/property.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/property.h')
-rw-r--r--include/property.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/property.h b/include/property.h
index ba7d226cd..1207e8191 100644
--- a/include/property.h
+++ b/include/property.h
@@ -52,6 +52,13 @@ SOFTWARE.
typedef struct _Property *PropertyPtr;
+extern int dixLookupProperty(
+ PropertyPtr * /*result*/,
+ WindowPtr /*pWin*/,
+ Atom /*proprty*/,
+ ClientPtr /*pClient*/,
+ Mask /*access_mode*/);
+
extern int dixChangeWindowProperty(
ClientPtr /*pClient*/,
WindowPtr /*pWin*/,