From b16b9e4656e7199c2aec74a4c8ebc7a875d3ba73 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 2 Feb 2015 15:02:49 +0100 Subject: massive reduction of unneeded files --- .../Xserver/hw/dmx/doc/html/dmxxinput_8c.html | 396 --------------------- 1 file changed, 396 deletions(-) delete mode 100644 nx-X11/programs/Xserver/hw/dmx/doc/html/dmxxinput_8c.html (limited to 'nx-X11/programs/Xserver/hw/dmx/doc/html/dmxxinput_8c.html') diff --git a/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxxinput_8c.html b/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxxinput_8c.html deleted file mode 100644 index bd64864a1..000000000 --- a/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxxinput_8c.html +++ /dev/null @@ -1,396 +0,0 @@ - - - - - File Index - - - - -
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
-

dmxxinput.c File Reference

#include "X.h"
-#include "Xproto.h"
-#include "inputstr.h"
-#include "XI.h"
-#include "XIproto.h"
-#include "XIstubs.h"
-#include "mipointer.h"
-#include "dmxinputinit.h"
-#include "exevents.h"
- - - - - - - - - - - - - - - - - - - -

Functions

int ChangeKeyboardDevice (DeviceIntPtr old_dev, DeviceIntPtr new_dev)
int ChangePointerDevice (DeviceIntPtr old_dev, DeviceIntPtr new_dev, unsigned char x, unsigned char y)
void CloseInputDevice (DeviceIntPtr d, ClientPtr client)
void AddOtherInputDevices (void)
void OpenInputDevice (DeviceIntPtr dev, ClientPtr client, int *status)
int SetDeviceMode (ClientPtr client, DeviceIntPtr dev, int mode)
int SetDeviceValuators (ClientPtr client, DeviceIntPtr dev, int *valuators, int first_valuator, int num_valuators)
int ChangeDeviceControl (ClientPtr client, DeviceIntPtr dev, xDeviceCtl *control)
-

Detailed Description

-This file implements support required by the XINPUT extension.

Function Documentation

-

- - - - -
- - - - - - - - - - -
void AddOtherInputDevices void   ) 
-
- - - - - -
-   - - -

-This is not required by the XINPUT model that DMX uses.

-

- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - -
int ChangeDeviceControl ClientPtr  client,
DeviceIntPtr  dev,
xDeviceCtl *  control
-
- - - - - -
-   - - -

-Change device control. This is not implemented.

-

- - - - -
- - - - - - - - - - - - - - - - - - - -
int ChangeKeyboardDevice DeviceIntPtr  old_dev,
DeviceIntPtr  new_dev
-
- - - - - -
-   - - -

-Change the core keyboard from old_dev to new_dev. Currently this is not implemented.

-

- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
int ChangePointerDevice DeviceIntPtr  old_dev,
DeviceIntPtr  new_dev,
unsigned char  x,
unsigned char  y
-
- - - - - -
-   - - -

-Change the core pointer from old_dev to new_dev.

-

- - - - -
- - - - - - - - - - - - - - - - - - - -
void CloseInputDevice DeviceIntPtr  d,
ClientPtr  client
-
- - - - - -
-   - - -

-Close the input device. This is not required by the XINPUT model that DMX uses.

-

- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - -
void OpenInputDevice DeviceIntPtr  dev,
ClientPtr  client,
int *  status
-
- - - - - -
-   - - -

-Open an input device. This is not required by the XINPUT model that DMX uses.

-

- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - -
int SetDeviceMode ClientPtr  client,
DeviceIntPtr  dev,
int  mode
-
- - - - - -
-   - - -

-Set device mode to mode. This is not implemented.

-

- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
int SetDeviceValuators ClientPtr  client,
DeviceIntPtr  dev,
int *  valuators,
int  first_valuator,
int  num_valuators
-
- - - - - -
-   - - -

-Set device valuators. This is not implemented.

-


-
- - Generated June 29, 2004 for Distributed Multihead X by - doxygen - 1.3.4. - - - - - -- cgit v1.2.3