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 /include/XIstubs.h | |
parent | 68f595ca6c7883e030947b7f95c50e92aa733f2b (diff) |
Xi: disallow changing core keyboard and pointer
Just short-circuit the change core keyboard/pointer requests.
Diffstat (limited to 'include/XIstubs.h')
-rw-r--r-- | include/XIstubs.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/XIstubs.h b/include/XIstubs.h index 45f6eb10c..6797e0732 100644 --- a/include/XIstubs.h +++ b/include/XIstubs.h @@ -26,18 +26,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifndef XI_STUBS_H #define XI_STUBS_H 1 -int -ChangeKeyboardDevice ( - DeviceIntPtr /* old_dev */, - DeviceIntPtr /* new_dev */); - -int -ChangePointerDevice ( - DeviceIntPtr /* old_dev */, - DeviceIntPtr /* new_dev */, - unsigned char /* x */, - unsigned char /* y */); - void CloseInputDevice ( DeviceIntPtr /* d */, |