mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
input.h: add InitCoreDevices prototype
This commit is contained in:
committed by
Daniel Stone
parent
1c2cb30cd8
commit
c14036977f
@@ -167,6 +167,8 @@ typedef struct _InputOption {
|
||||
struct _InputOption *next;
|
||||
} InputOption;
|
||||
|
||||
extern void InitCoreDevices(void);
|
||||
|
||||
extern DeviceIntPtr AddInputDevice(
|
||||
DeviceProc /*deviceProc*/,
|
||||
Bool /*autoStart*/);
|
||||
|
||||
Reference in New Issue
Block a user