summaryrefslogtreecommitdiff
path: root/include/XIstubs.h
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-10-29 03:43:34 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-10-29 03:43:34 +0300
commit96e32805d12fc36f0fa0926dbfb0dd8a5cadb739 (patch)
tree0a1a92660a406ac0631298d861a6da8258eb1ee0 /include/XIstubs.h
parent68f595ca6c7883e030947b7f95c50e92aa733f2b (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.h12
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 */,