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 --- .../hw/dmx/doc/html/struct__EventQueue.html | 224 +++++++++++++++++++++ 1 file changed, 224 insertions(+) create mode 100644 nx-X11/programs/Xserver/hw/dmx/doc/html/struct__EventQueue.html (limited to 'nx-X11/programs/Xserver/hw/dmx/doc/html/struct__EventQueue.html') diff --git a/nx-X11/programs/Xserver/hw/dmx/doc/html/struct__EventQueue.html b/nx-X11/programs/Xserver/hw/dmx/doc/html/struct__EventQueue.html new file mode 100644 index 000000000..abcc33aa2 --- /dev/null +++ b/nx-X11/programs/Xserver/hw/dmx/doc/html/struct__EventQueue.html @@ -0,0 +1,224 @@ + + + + + File Index + + + + +
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
+

_EventQueue Struct Reference

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

Data Fields

HWEventQueueType head
HWEventQueueType tail
CARD32 lastEventTime
Bool lastMotion
EventRec events [QUEUE_SIZE]
DevicePtr pPtr
ScreenPtr pEnqueueScreen
ScreenPtr pDequeueScreen
+

Detailed Description

+Event queue. +

+


Field Documentation

+

+ + + + +
+ + +
EventRec _EventQueue::events[QUEUE_SIZE] +
+
+ + + + + +
+   + + +

+Static allocation for signals.

+

+ + + + +
+ + +
HWEventQueueType _EventQueue::head +
+
+ + + + + +
+   + + +

+Queue head; must be long for SetInputCheck.

+

+ + + + +
+ + +
CARD32 _EventQueue::lastEventTime +
+
+ + + + + +
+   + + +

+To avoid time running backwards.

+

+ + + + +
+ + +
Bool _EventQueue::lastMotion +
+
+ + + + + +
+   + + +

+True if last event was motion.

+

+ + + + +
+ + +
ScreenPtr _EventQueue::pDequeueScreen +
+
+ + + + + +
+   + + +

+Screen events are dispatched to.

+

+ + + + +
+ + +
ScreenPtr _EventQueue::pEnqueueScreen +
+
+ + + + + +
+   + + +

+Screen events are delivered to.

+

+ + + + +
+ + +
DevicePtr _EventQueue::pPtr +
+
+ + + + + +
+   + + +

+Device pointers (to get funcs)

+

+ + + + +
+ + +
HWEventQueueType _EventQueue::tail +
+
+ + + + + +
+   + + +

+Queue tail; must be long for SetInputCheck.

+


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