diff options
author | Zephaniah E. Hull <warp@agamemnon.b5> | 2006-10-21 04:26:14 -0400 |
---|---|---|
committer | Zephaniah E. Hull <warp@agamemnon.b5> | 2006-10-21 04:26:14 -0400 |
commit | e26a494f417c3c700636ee68892c3015b2e0f27a (patch) | |
tree | 05c7c00ca9815a3b3125d406dfe8f912071fc09e /include/input.h | |
parent | 736b0d5078597abbda80444deef852879260af90 (diff) | |
parent | aeba855b07832354f59678e20cc29a085e42bd99 (diff) |
Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserver
Diffstat (limited to 'include/input.h')
-rw-r--r-- | include/input.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/input.h b/include/input.h index 79e1de25c..e598963c0 100644 --- a/include/input.h +++ b/include/input.h @@ -406,6 +406,9 @@ extern int GetKeyboardValuatorEvents( int num_valuator, int *valuators); +extern void SwitchCoreKeyboard(DeviceIntPtr pDev); +extern void SwitchCorePointer(DeviceIntPtr pDev); + extern DeviceIntPtr LookupDeviceIntRec( CARD8 deviceid); |