diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-02-29 16:16:12 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2008-02-29 18:01:37 -0500 |
commit | d5715f7beaad6816db27b01b67d7a3c69164d106 (patch) | |
tree | ecb53b67fb5bd6c3d5b8b66058bdfd62794e5b79 /include/property.h | |
parent | c0e1959f285d7a7df66f42d55912a5a595decd0f (diff) |
dix: Refactoring of property code to allow for polyinstantiation.
Introduces dixLookupProperty() API.
Diffstat (limited to 'include/property.h')
-rw-r--r-- | include/property.h | 7 |
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*/, |