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 --- .../Xserver/hw/dmx/doc/html/dmxinput_8c.html | 185 --------------------- 1 file changed, 185 deletions(-) delete mode 100644 nx-X11/programs/Xserver/hw/dmx/doc/html/dmxinput_8c.html (limited to 'nx-X11/programs/Xserver/hw/dmx/doc/html/dmxinput_8c.html') diff --git a/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxinput_8c.html b/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxinput_8c.html deleted file mode 100644 index 09a5ddd05..000000000 --- a/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxinput_8c.html +++ /dev/null @@ -1,185 +0,0 @@ - - - - - File Index - - - - -
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
-

dmxinput.c File Reference

#include "dmx.h"
-#include "dmxlog.h"
-#include "dmxinput.h"
-#include "inputstr.h"
-#include "input.h"
- - - - - - - - - - - -

Functions

Bool LegalModifier (unsigned int key, DevicePtr pDev)
void InitInput (int argc, char **argv)
void ProcessInputEvents (void)
void dmxUpdateWindowInfo (DMXUpdateType type, WindowPtr pWindow)
-

Detailed Description

-Provide the main entry points for input initialization and processing that arequired by the dix layer.

Function Documentation

-

- - - - -
- - - - - - - - - - - - - - - - - - - -
void dmxUpdateWindowInfo DMXUpdateType  type,
WindowPtr  pWindow
-
- - - - - -
-   - - -

-This routine is called from #dmxwindow.c whenever the layout of windows on the display might have changed. This information is used by input drivers (currently only the console driver) that provide information about window layout to the user.

-

- - - - -
- - - - - - - - - - - - - - - - - - - -
void InitInput int  argc,
char **  argv
-
- - - - - -
-   - - -

-Called from dix/main.c on each server generation to initialize inputs. All the work is done in dmxInputInit.

See also:
dmxInputInit()
-
-

- - - - -
- - - - - - - - - - - - - - - - - - - -
Bool LegalModifier unsigned int  key,
DevicePtr  pDev
-
- - - - - -
-   - - -

-Returns TRUE if the key is a valid modifier. For PC-class keyboards, all keys can be used as modifiers, so return TRUE always.

-

- - - - -
- - - - - - - - - - -
void ProcessInputEvents void   ) 
-
- - - - - -
-   - - -

-Called from dix/dispatch.c in Dispatch() whenever input events require processing. All the work is done in the lower level routines.

-


-
- - Generated June 29, 2004 for Distributed Multihead X by - doxygen - 1.3.4. - - - - - -- cgit v1.2.3