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

dmxsigio.c File Reference

#include "inputstr.h"
-#include "dmxinputinit.h"
-#include "dmxsigio.h"
-#include "dmxevents.h"
-#include <signal.h>
-#include <unistd.h>
-#include <sys/fcntl.h>
- - - - - - - - - - - - - - - -

Functions

void dmxSigioBlock (void)
void dmxSigioUnblock (void)
void dmxSigioEnableInput (void)
void dmxSigioDisableInput (void)
void dmxSigioRegister (DMXInputInfo *dmxInput, int fd)
void dmxSigioUnregister (DMXInputInfo *dmxInput)
-

Detailed Description

-Provides an interface for handling SIGIO signals for input devices.

Function Documentation

-

- - - - -
- - - - - - - - - - -
void dmxSigioBlock void   ) 
-
- - - - - -
-   - - -

-Block SIGIO handling.

-

- - - - -
- - - - - - - - - - -
void dmxSigioDisableInput void   ) 
-
- - - - - -
-   - - -

-Disable SIGIO handling. This removes the hanlder from the OS.

-

- - - - -
- - - - - - - - - - -
void dmxSigioEnableInput void   ) 
-
- - - - - -
-   - - -

-Enable SIGIO handling. This instantiates the handler with the OS.

-

- - - - -
- - - - - - - - - - - - - - - - - - - -
void dmxSigioRegister DMXInputInfo dmxInput,
int  fd
-
- - - - - -
-   - - -

-Make a note that the input device described in dmxInput will be using the file descriptor fd for SIGIO signals. Calls AddEnabledDevice ifi SIGIO handling has been enabled with dmxSigioEnableInput().

-

- - - - -
- - - - - - - - - - -
void dmxSigioUnblock void   ) 
-
- - - - - -
-   - - -

-Unblock SIGIO handling.

-

- - - - -
- - - - - - - - - - -
void dmxSigioUnregister DMXInputInfo dmxInput  ) 
-
- - - - - -
-   - - -

-Remove the notes that dmxInput is using any file descriptors for SIGIO signals. Calls RemoveEnabledDevice.

-


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