From 1f876171067c04fc21fccd5a3051f982fd85c0f0 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 21 Oct 2009 19:07:36 +0000 Subject: Updated to xorg-server-1.7.99.1 --- .../hw/dmx/doc/html/struct__DMXInputInfo.html | 779 +++++++++------------ 1 file changed, 347 insertions(+), 432 deletions(-) (limited to 'xorg-server/hw/dmx/doc/html/struct__DMXInputInfo.html') diff --git a/xorg-server/hw/dmx/doc/html/struct__DMXInputInfo.html b/xorg-server/hw/dmx/doc/html/struct__DMXInputInfo.html index a89e01f5b..3ee6c6b58 100644 --- a/xorg-server/hw/dmx/doc/html/struct__DMXInputInfo.html +++ b/xorg-server/hw/dmx/doc/html/struct__DMXInputInfo.html @@ -6,476 +6,391 @@ - -
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
-

_DMXInputInfo Struct Reference

#include <dmxinput.h> -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Data Fields

const char * name
Bool freename
Bool detached
int inputIdx
int scrnIdx
Bool core
Bool console
Bool windows
dmxSigioState sigioState
int sigioFdCount
int sigioFd [DMX_MAX_SIGIO_FDS]
Bool sigioAdded [DMX_MAX_SIGIO_FDS]
int vt_switch_pending
int vt_switched
int numDevs
DMXLocalInputInfoPtrdevs
char * keycodes
char * symbols
char * geometry
-


Detailed Description

-DMXInputInfo is typedef'd in #dmx.h so that all routines can have access to the global pointers. However, the elements are only available to input-related routines. -

-


Field Documentation

-

- - - - -
- + + +
+

_DMXInputInfo Struct Reference

+

#include <dmxinput.h>

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

Data Fields

const char * name
Bool freename
Bool detached
int inputIdx
int scrnIdx
Bool core
Bool console
Bool windows
ProcessInputEventsProc processInputEvents
UpdateWindowInfoProc updateWindowInfo
dmxSigioState sigioState
int sigioFdCount
int sigioFd [DMX_MAX_SIGIO_FDS]
Bool sigioAdded [DMX_MAX_SIGIO_FDS]
int vt_switch_pending
int vt_switched
int numDevs
DMXLocalInputInfoPtrdevs
char * keycodes
char * symbols
char * geometry
+

Detailed Description

+

DMXInputInfo is typedef'd in dmx.h so that all routines can have access to the global pointers. However, the elements are only available to input-related routines.

+

Field Documentation

+ +
- - - - - -
-   - - -

-True if console and backend input share the same backend display

-

- - - - -
- + +
+

True if console and backend input share the same backend display

+ +

Referenced by dmxCloseConsole(), and dmxInputInit().

+ +
+ + +
+
+
- +
Bool _DMXInputInfo::core + Bool _DMXInputInfo::core
-
- - - - - -
-   - - -

-If True, initialize these devices as devices that send core events

-

- - - - -
- + +
+

If True, initialize these devices as devices that send core events

+ +

Referenced by dmxConfigAddInput(), dmxInputCopyLocal(), and dmxInputInit().

+ +
+ + +
+
+
- +
Bool _DMXInputInfo::detached + Bool _DMXInputInfo::detached
-
- - - - - -
-   - - -

-If true, input screen is detached

-

- - - - -
- + + + + +
+
+
- +
DMXLocalInputInfoPtr* _DMXInputInfo::devs + DMXLocalInputInfoPtr* _DMXInputInfo::devs
-
- - - - - -
-   - - -

-List of actual input devices. Each _DMXInputInfo structure can refer to more than one device. For example, the keyboard and the pointer of a backend display; or all of the XInput extension devices on a backend display.

-

- - - - -
- + + + + +
+
+
- +
Bool _DMXInputInfo::freename + Bool _DMXInputInfo::freename
-
- - - - - -
-   - - -

-If true, free name on destroy

-

- - - - -
- + +
+

If true, free name on destroy

+ +

Referenced by dmxInputAttachConsole(), and dmxInputFree().

+ +
+ + +
+
+
- +
char* _DMXInputInfo::geometry + char* _DMXInputInfo::geometry
-
- - - - - -
-   - - -

-XKB geometry from command line

-

- - - - -
- + +
+

XKB geometry from command line

+ +

Referenced by dmxInputFree(), and dmxInputInit().

+ +
+ + +
+
+
- +
int _DMXInputInfo::inputIdx + int _DMXInputInfo::inputIdx
-
- - - - - -
-   - - -

-Index into dmxInputs global

-

- - - - -
- + + + + +
+
+
- +
char* _DMXInputInfo::keycodes + char* _DMXInputInfo::keycodes
-
- - - - - -
-   - - -

-XKB keycodes from command line

-

- - - - -
- + +
+

XKB keycodes from command line

+ +

Referenced by dmxInputFree(), and dmxInputInit().

+ +
+ + +
+
+
- +
const char* _DMXInputInfo::name + const char* _DMXInputInfo::name
-
- - - - - -
-   - - -

-Name of input display or device (from command line or config file)

-

- - - - -
- + + + + +
+
+
- +
int _DMXInputInfo::numDevs + int _DMXInputInfo::numDevs
-
- - - - - -
-   - - -

-Number of devices handled in this _DMXInputInfo structure.

-

- - - - -
- + + + + +
+
+
- +
int _DMXInputInfo::scrnIdx + ProcessInputEventsProc _DMXInputInfo::processInputEvents
-
- - - - - -
-   - - -

-Index into dmxScreens global

-

- - - - -
- + +
+ +

Referenced by dmxInputInit(), and ProcessInputEvents().

+ +
+ + +
+
+
- +
Bool _DMXInputInfo::sigioAdded[DMX_MAX_SIGIO_FDS] + int _DMXInputInfo::scrnIdx
-
- - - - - -
-   - - -

-Active fds

-

- - - - -
- + + + + +
+
+
- +
int _DMXInputInfo::sigioFd[DMX_MAX_SIGIO_FDS] + Bool _DMXInputInfo::sigioAdded[DMX_MAX_SIGIO_FDS]
-
- - - - - -
-   - - -

-List of fds

-

- - - - -
- + +
+

Active fds

+ +

Referenced by dmxSigioAdd(), and dmxSigioRemove().

+ +
+ + +
+
+
- +
int _DMXInputInfo::sigioFdCount + int _DMXInputInfo::sigioFd[DMX_MAX_SIGIO_FDS]
-
- - - - - -
-   - - -

-Number of fds in use

-

- - - - -
- + +
+

List of fds

+ +

Referenced by dmxSigioAdd(), dmxSigioRegister(), and dmxSigioRemove().

+ +
+ + +
+
+
- +
dmxSigioState _DMXInputInfo::sigioState + int _DMXInputInfo::sigioFdCount
-
- - - - - -
-   - - -

-Current stat

-

- - - - -
- + +
+

Number of fds in use

+ +

Referenced by dmxSigioAdd(), dmxSigioRegister(), dmxSigioRemove(), and dmxSigioUnregister().

+ +
+ + +
+
+
- +
char* _DMXInputInfo::symbols + dmxSigioState _DMXInputInfo::sigioState
-
- - - - - -
-   - - -

-XKB symbols from command line

-

- - - - -
- + + + + +
+
+
- +
int _DMXInputInfo::vt_switch_pending + char* _DMXInputInfo::symbols
-
- - - - - -
-   - - -

-True if a VT switch is pending, but has not yet happened.

-

- - - - -
- + +
+

XKB symbols from command line

+ +

Referenced by dmxInputFree(), and dmxInputInit().

+ +
+ + +
+
+
- +
int _DMXInputInfo::vt_switched + UpdateWindowInfoProc _DMXInputInfo::updateWindowInfo
-
- - - - - -
-   - - -

-True if a VT switch has happened.

-

- - - - -
- + +
+ +

Referenced by dmxInputInit(), and dmxUpdateWindowInfo().

+ +
+ + +
+
+
- +
Bool _DMXInputInfo::windows + int _DMXInputInfo::vt_switch_pending
-
- - - - - -
-   - - -

-True if window outlines are draw in console

-


The documentation for this struct was generated from the following file: + +
+

True if a VT switch is pending, but has not yet happened.

+ +

Referenced by dmxWakeupHandler().

+ +
+ + +
+ +
+

True if a VT switch has happened.

+ +

Referenced by dmxSwitchReturn(), and dmxWakeupHandler().

+ +
+
+ +
+
+ + + + +
Bool _DMXInputInfo::windows
+
+
+

True if window outlines are draw in console

+ +

Referenced by dmxConsoleDraw(), and dmxInputInit().

+ +
+
+
The documentation for this struct was generated from the following file: +
-- cgit v1.2.3