mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
xfree86: mouse and keyboard hotplugging support. New mouse devices will get
new cursors, keyboard devices use VCP's focus until paired.
This commit is contained in:
parent
25104ed2e6
commit
f6c3b9fa97
3 changed files with 72 additions and 47 deletions
|
|
@ -494,6 +494,10 @@ extern int DeliverDeviceEvents(
|
|||
extern void DefineInitialRootWindow(
|
||||
WindowPtr /* win */);
|
||||
|
||||
extern void InitializeSprite(
|
||||
DeviceIntPtr /* pDev */,
|
||||
WindowPtr /* pWin */);
|
||||
|
||||
extern void WindowHasNewCursor(
|
||||
WindowPtr /* pWin */);
|
||||
|
||||
|
|
@ -578,6 +582,10 @@ extern int DeliverEvents(
|
|||
int /*count*/,
|
||||
WindowPtr /*otherParent*/);
|
||||
|
||||
extern Bool
|
||||
CheckMotion(
|
||||
xEvent* /* xE */,
|
||||
DeviceIntPtr /* pDev */);
|
||||
|
||||
extern void WriteEventsToClient(
|
||||
ClientPtr /*pClient*/,
|
||||
|
|
|
|||
Loading…
Reference in a new issue