~ubuntu-branches/ubuntu/precise/xorg-server/precise-updates

« back to all changes in this revision

Viewing changes to hw/dmx/input/dmxxinput.c

Tags: 2:1.10.1-2
* Build xserver-xorg-core-udeb on hurd-i386.  Thanks, Samuel Thibault!
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
#include "dmxinputinit.h"
52
52
#include "exevents.h"
53
53
 
54
 
/** Close the input device.  This is not required by the XINPUT model
55
 
 * that DMX uses. */
56
 
void CloseInputDevice (DeviceIntPtr d, ClientPtr client)
57
 
{
58
 
}
59
 
 
60
 
/** This is not required by the XINPUT model that DMX uses. */
61
 
void AddOtherInputDevices(void)
62
 
{
63
 
}
64
 
 
65
 
/** Open an input device.  This is not required by the XINPUT model that
66
 
 * DMX uses. */
67
 
void OpenInputDevice (DeviceIntPtr dev, ClientPtr client, int *status)
68
 
{
69
 
}
70
 
 
71
54
/** Set device mode to \a mode.  This is not implemented. */
72
55
int SetDeviceMode(ClientPtr client, DeviceIntPtr dev, int mode)
73
56
{