summaryrefslogtreecommitdiff
path: root/dix/events.c
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2006-08-25 18:17:01 -0400
committerEamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil>2006-08-25 18:17:01 -0400
commit13c6713c82763a85c725c998b37ad02156d803ba (patch)
treec8a3c6c08607acda2d6178d3d8b3ce50b680e277 /dix/events.c
parent52ba722e4c89c052609b4fc62e965d92778aa2dd (diff)
Add four new XACE hooks: auditing, key event notification, window init
Diffstat (limited to 'dix/events.c')
-rw-r--r--dix/events.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/dix/events.c b/dix/events.c
index c00a0003d..c57a30ed8 100644
--- a/dix/events.c
+++ b/dix/events.c
@@ -2846,6 +2846,10 @@ drawable.id:0;
DeliverFocusedEvent(keybd, xE, sprite.win, count);
if (deactivateGrab)
(*keybd->DeactivateGrab)(keybd);
+
+#ifdef XACE
+ XaceHook(XACE_KEY_AVAIL, xE, keybd, count);
+#endif
}
#ifdef XKB