From f4092abdf94af6a99aff944d6264bc1284e8bdd4 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Mon, 10 Oct 2011 17:43:39 +0200 Subject: Imported nx-X11-3.1.0-1.tar.gz Summary: Imported nx-X11-3.1.0-1.tar.gz Keywords: Imported nx-X11-3.1.0-1.tar.gz into Git repository --- .../Xserver/hw/dmx/doc/html/struct__myPrivate.html | 272 +++++++++++++++++++++ 1 file changed, 272 insertions(+) create mode 100644 nx-X11/programs/Xserver/hw/dmx/doc/html/struct__myPrivate.html (limited to 'nx-X11/programs/Xserver/hw/dmx/doc/html/struct__myPrivate.html') diff --git a/nx-X11/programs/Xserver/hw/dmx/doc/html/struct__myPrivate.html b/nx-X11/programs/Xserver/hw/dmx/doc/html/struct__myPrivate.html new file mode 100644 index 000000000..50e532569 --- /dev/null +++ b/nx-X11/programs/Xserver/hw/dmx/doc/html/struct__myPrivate.html @@ -0,0 +1,272 @@ + + + + + File Index + + + + +
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
+

_myPrivate Struct Reference

+ + + + + + + + + + + + + + + + + + + + + + +

Data Fields

int fd
CARD32 kbdState [NUM_STATE_ENTRIES]
int pitch
unsigned long duration
DeviceIntPtr pDevice
unsigned char mask [EV_MAX/8+1]
int numLeds
int relmap [DMX_MAX_AXES]
int absmap [DMX_MAX_AXES]
DMXInputInfodmxInput
+

Detailed Description

+Each device has a private area that is visible only from inside the driver code. +

+


Field Documentation

+

+ + + + +
+ + +
int _myPrivate::absmap[DMX_MAX_AXES] +
+
+ + + + + +
+   + + +

+Absolute axis map

+

+ + + + +
+ + +
DMXInputInfo* _myPrivate::dmxInput +
+
+ + + + + +
+   + + +

+For pretty-printing

+

+ + + + +
+ + +
unsigned long _myPrivate::duration +
+
+ + + + + +
+   + + +

+Bell duration

+

+ + + + +
+ + +
int _myPrivate::fd +
+
+ + + + + +
+   + + +

+File descriptor

+

+ + + + +
+ + +
CARD32 _myPrivate::kbdState +
+
+ + + + + +
+   + + +

+Keyboard state

+

+ + + + +
+ + +
unsigned char _myPrivate::mask[EV_MAX/8 + 1] +
+
+ + + + + +
+   + + +

+Mask

+

+ + + + +
+ + +
int _myPrivate::numLeds +
+
+ + + + + +
+   + + +

+Counts

+

+ + + + +
+ + +
DeviceIntPtr _myPrivate::pDevice +
+
+ + + + + +
+   + + +

+Device (mouse or other)

+

+ + + + +
+ + +
int _myPrivate::pitch +
+
+ + + + + +
+   + + +

+Bell pitch

+

+ + + + +
+ + +
int _myPrivate::relmap[DMX_MAX_AXES] +
+
+ + + + + +
+   + + +

+Relative axis map

+


The documentation for this struct was generated from the following files: +
+
+ + Generated June 29, 2004 for Distributed Multihead X by + doxygen + 1.3.4. + + + + + -- cgit v1.2.3