diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-03-19 17:09:10 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2007-03-19 17:09:10 -0400 |
commit | 2945deba1d4a7dce4f6dd0c568297a1c537fdfb4 (patch) | |
tree | 7eb09f103f8acc3e08091db24b6b338675fead88 /Xext/xacestr.h | |
parent | 78c962da76efe644b8d485265f1ecdda84b45d27 (diff) |
xace: drop XACE_WINDOW_INIT hook, it has been superseded by ResourceStateCallback.
Diffstat (limited to 'Xext/xacestr.h')
-rw-r--r-- | Xext/xacestr.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Xext/xacestr.h b/Xext/xacestr.h index 7114d066b..bd3088381 100644 --- a/Xext/xacestr.h +++ b/Xext/xacestr.h @@ -119,12 +119,6 @@ typedef struct { int count; } XaceKeyAvailRec; -/* XACE_WINDOW_INIT */ -typedef struct { - ClientPtr client; - WindowPtr pWin; -} XaceWindowRec; - /* XACE_AUDIT_BEGIN */ /* XACE_AUDIT_END */ typedef struct { |