dix: reorganize property code to better support xace hook; requires new API for

changing a property, dixChangeWindowProperty, taking an additional client argument.
This commit is contained in:
Eamon Walsh 2007-03-22 15:55:35 -04:00 committed by Eamon Walsh
commit 1b766ffc06
5 changed files with 52 additions and 19 deletions

View file

@ -52,6 +52,17 @@ SOFTWARE.
typedef struct _Property *PropertyPtr;
extern int dixChangeWindowProperty(
ClientPtr /*pClient*/,
WindowPtr /*pWin*/,
Atom /*property*/,
Atom /*type*/,
int /*format*/,
int /*mode*/,
unsigned long /*len*/,
pointer /*value*/,
Bool /*sendevent*/);
extern int ChangeWindowProperty(
WindowPtr /*pWin*/,
Atom /*property*/,