From f0abc6f0061255195880cc281f428f4adcf3b33a Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 28 Apr 2010 15:17:20 +0000 Subject: svn merge -r554:HEAD "^/branches/released" . --- .../hw/dmx/doc/html/struct__DMXInputInfo.html | 405 --------------------- 1 file changed, 405 deletions(-) delete mode 100644 xorg-server/hw/dmx/doc/html/struct__DMXInputInfo.html (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 deleted file mode 100644 index 3ee6c6b58..000000000 --- a/xorg-server/hw/dmx/doc/html/struct__DMXInputInfo.html +++ /dev/null @@ -1,405 +0,0 @@ - - - - - File Index - - - - - -
-

_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

- -
-
- - - - -
Bool _DMXInputInfo::console
-
-
-

True if console and backend input share the same backend display

- -

Referenced by dmxCloseConsole(), and dmxInputInit().

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

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

- -

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

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

If true, free name on destroy

- -

Referenced by dmxInputAttachConsole(), and dmxInputFree().

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

XKB geometry from command line

- -

Referenced by dmxInputFree(), and dmxInputInit().

- -
-
- -
-
- - - - -
int _DMXInputInfo::inputIdx
-
- -
- -
-
- - - - -
char* _DMXInputInfo::keycodes
-
-
-

XKB keycodes from command line

- -

Referenced by dmxInputFree(), and dmxInputInit().

- -
-
- - - - - - - - - -
-
- - - - -
Bool _DMXInputInfo::sigioAdded[DMX_MAX_SIGIO_FDS]
-
-
-

Active fds

- -

Referenced by dmxSigioAdd(), and dmxSigioRemove().

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

List of fds

- -

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

- -
-
- -
- -
-

Number of fds in use

- -

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

- -
-
- - - -
-
- - - - -
char* _DMXInputInfo::symbols
-
-
-

XKB symbols from command line

- -

Referenced by dmxInputFree(), and dmxInputInit().

- -
-
- - - -
- -
-

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: -
-
-
- - Generated June 29, 2004 for Distributed Multihead X by - doxygen - 1.3.4. - - - - - -- cgit v1.2.3