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 --- .../hw/dmx/doc/html/struct__DMXInputInfo.html | 490 --------------------- 1 file changed, 490 deletions(-) delete mode 100644 nx-X11/programs/Xserver/hw/dmx/doc/html/struct__DMXInputInfo.html (limited to 'nx-X11/programs/Xserver/hw/dmx/doc/html/struct__DMXInputInfo.html') diff --git a/nx-X11/programs/Xserver/hw/dmx/doc/html/struct__DMXInputInfo.html b/nx-X11/programs/Xserver/hw/dmx/doc/html/struct__DMXInputInfo.html deleted file mode 100644 index a89e01f5b..000000000 --- a/nx-X11/programs/Xserver/hw/dmx/doc/html/struct__DMXInputInfo.html +++ /dev/null @@ -1,490 +0,0 @@ - - - - - File Index - - - - -
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

-

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

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

-

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

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

-

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

-If true, input screen is detached

-

- - - - -
- - -
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 -
-
- - - - - -
-   - - -

-If true, free name on destroy

-

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

-XKB geometry from command line

-

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

-Index into dmxInputs global

-

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

-XKB keycodes from command line

-

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

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

-

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

-Number of devices handled in this _DMXInputInfo structure.

-

- - - - -
- - -
int _DMXInputInfo::scrnIdx -
-
- - - - - -
-   - - -

-Index into dmxScreens global

-

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

-Active fds

-

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

-List of fds

-

- - - - -
- - -
int _DMXInputInfo::sigioFdCount -
-
- - - - - -
-   - - -

-Number of fds in use

-

- - - - -
- - -
dmxSigioState _DMXInputInfo::sigioState -
-
- - - - - -
-   - - -

-Current stat

-

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

-XKB symbols from command line

-

- - - - -
- - -
int _DMXInputInfo::vt_switch_pending -
-
- - - - - -
-   - - -

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

-

- - - - -
- - -
int _DMXInputInfo::vt_switched -
-
- - - - - -
-   - - -

-True if a VT switch has happened.

-

- - - - -
- - -
Bool _DMXInputInfo::windows -
-
- - - - - -
-   - - -

-True if window outlines are draw in console

-


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