mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
Xi: stop excessive use of _X_EXPORT.
This commit is contained in:
@@ -107,7 +107,7 @@ RegisterOtherDevice(DeviceIntPtr device)
|
||||
device->public.realInputProc = ProcessOtherEvent;
|
||||
}
|
||||
|
||||
_X_EXPORT Bool
|
||||
Bool
|
||||
IsPointerEvent(xEvent* xE)
|
||||
{
|
||||
switch(xE->u.u.type)
|
||||
@@ -490,7 +490,7 @@ DeepCopyFeedbackClasses(DeviceIntPtr from, DeviceIntPtr to)
|
||||
* Saves a few memory allocations.
|
||||
*/
|
||||
|
||||
_X_EXPORT void
|
||||
void
|
||||
DeepCopyDeviceClasses(DeviceIntPtr from, DeviceIntPtr to)
|
||||
{
|
||||
ClassesPtr classes;
|
||||
@@ -778,7 +778,7 @@ ChangeMasterDeviceClasses(DeviceIntPtr device,
|
||||
#define DEFAULT 0
|
||||
#define DONT_PROCESS 1
|
||||
#define IS_REPEAT 2
|
||||
_X_EXPORT int
|
||||
int
|
||||
UpdateDeviceState(DeviceIntPtr device, xEvent* xE, int count)
|
||||
{
|
||||
int i;
|
||||
|
||||
@@ -966,7 +966,7 @@ IResetProc(ExtensionEntry * unused)
|
||||
*
|
||||
*/
|
||||
|
||||
_X_EXPORT Bool
|
||||
Bool
|
||||
DeviceIsPointerType(DeviceIntPtr dev)
|
||||
{
|
||||
if (dev_type[1].type == dev->type)
|
||||
|
||||
@@ -93,7 +93,7 @@ SProcXListInputDevices(ClientPtr client)
|
||||
*
|
||||
*/
|
||||
|
||||
_X_EXPORT void
|
||||
void
|
||||
SizeDeviceInfo(DeviceIntPtr d, int *namesize, int *size)
|
||||
{
|
||||
int chunks;
|
||||
|
||||
Reference in New Issue
Block a user