mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-18 19:52:21 +00:00
dix: Refactoring of property code to allow for polyinstantiation.
Introduces dixLookupProperty() API.
This commit is contained in:
parent
c0e1959f28
commit
d5715f7bea
3 changed files with 112 additions and 117 deletions
|
|
@ -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*/,
|
||||
|
|
|
|||
Loading…
Reference in a new issue