diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-07-19 10:05:12 -0400 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-07-21 15:19:49 -0400 |
commit | 02a95311568e24e1055ea52c7df8cb7aa3f38ad0 (patch) | |
tree | add5acaf2c60969aa9a9e49dee22c4682d3a3423 /include/os.h | |
parent | 93cd53860c3aca182a0a02543c41b5d71d65926b (diff) |
add basic D-BUS configuration mechanism
Also move LookupDeviceIntRec into the DIX, and add InputOption type, and
NewInputDeviceRequest prototype (DIX requests DDX to add a device). Does not
link without an implemented NIDR.
Diffstat (limited to 'include/os.h')
-rw-r--r-- | include/os.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/os.h b/include/os.h index e16839c74..d459e9e2f 100644 --- a/include/os.h +++ b/include/os.h @@ -149,6 +149,10 @@ extern void CheckConnections(void); extern void CloseDownConnection(ClientPtr /*client*/); +extern void AddGeneralSocket(int /*fd*/); + +extern void RemoveGeneralSocket(int /*fd*/); + extern void AddEnabledDevice(int /*fd*/); extern void RemoveEnabledDevice(int /*fd*/); |