mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Xi: change UpdateDeviceState to be _X_EXPORT.
This commit is contained in:
@@ -778,7 +778,7 @@ ChangeMasterDeviceClasses(DeviceIntPtr device,
|
||||
#define DEFAULT 0
|
||||
#define DONT_PROCESS 1
|
||||
#define IS_REPEAT 2
|
||||
static int
|
||||
_X_EXPORT int
|
||||
UpdateDeviceState(DeviceIntPtr device, xEvent* xE, int count)
|
||||
{
|
||||
int i;
|
||||
|
||||
@@ -44,6 +44,12 @@ typedef struct _XIClientRec {
|
||||
extern void RegisterOtherDevice (
|
||||
DeviceIntPtr /* device */);
|
||||
|
||||
extern int
|
||||
UpdateDeviceState (
|
||||
DeviceIntPtr /* device */,
|
||||
xEventPtr /* xE */,
|
||||
int /* count */);
|
||||
|
||||
extern void ProcessOtherEvent (
|
||||
xEventPtr /* FIXME deviceKeyButtonPointer * xE */,
|
||||
DeviceIntPtr /* other */,
|
||||
|
||||
Reference in New Issue
Block a user