dix: Refactoring of property code to allow for polyinstantiation.

Introduces dixLookupProperty() API.
This commit is contained in:
Eamon Walsh 2008-02-29 16:16:12 -05:00 committed by Eamon Walsh
commit d5715f7bea
3 changed files with 112 additions and 117 deletions

View file

@ -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*/,