diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-10-29 03:43:34 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-10-29 03:43:34 +0300 |
commit | 96e32805d12fc36f0fa0926dbfb0dd8a5cadb739 (patch) | |
tree | 0a1a92660a406ac0631298d861a6da8258eb1ee0 /Xi/chgkbd.h | |
parent | 68f595ca6c7883e030947b7f95c50e92aa733f2b (diff) |
Xi: disallow changing core keyboard and pointer
Just short-circuit the change core keyboard/pointer requests.
Diffstat (limited to 'Xi/chgkbd.h')
-rw-r--r-- | Xi/chgkbd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Xi/chgkbd.h b/Xi/chgkbd.h index 7a883b7f0..5f9922336 100644 --- a/Xi/chgkbd.h +++ b/Xi/chgkbd.h @@ -36,9 +36,4 @@ int SProcXChangeKeyboardDevice(ClientPtr /* client */ int ProcXChangeKeyboardDevice(ClientPtr /* client */ ); -void SRepXChangeKeyboardDevice(ClientPtr /* client */ , - int /* size */ , - xChangeKeyboardDeviceReply * /* rep */ - ); - #endif /* CHGKBD_H */ |