diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-03-22 17:33:16 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2007-03-22 17:33:16 -0400 |
commit | e1cc68add0bcdd5e0e4e15cf6ee8a3da136d3534 (patch) | |
tree | c6803e459ca005a2d6f75bd6d51e67fecb3bd5b6 /Xext/xacestr.h | |
parent | c9fb8a35332d101897607d8f06ed5a6512eac7cf (diff) |
xace: drop the name argument from the property callback.
Diffstat (limited to 'Xext/xacestr.h')
-rw-r--r-- | Xext/xacestr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Xext/xacestr.h b/Xext/xacestr.h index 19d154021..dc1bdfcc9 100644 --- a/Xext/xacestr.h +++ b/Xext/xacestr.h @@ -20,7 +20,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef _XACESTR_H #define _XACESTR_H -#include <X11/Xdefs.h> #include "dixstruct.h" #include "resource.h" #include "extnsionst.h" @@ -61,7 +60,6 @@ typedef struct { ClientPtr client; WindowPtr pWin; PropertyPtr pProp; - Atom propertyName; Mask access_mode; int rval; } XacePropertyAccessRec; |