summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Vignatti <tiago.vignatti@nokia.com>2010-08-02 19:54:15 +0300
committerTiago Vignatti <tiago.vignatti@nokia.com>2010-08-02 19:54:15 +0300
commitaceab99ee20447be372e0f805c105cdb62c566f0 (patch)
tree9942262eeb9423b8c13f35b6267f3f48de243a8e
parent63294dfa98037e6176deec7e888849a6b37031f2 (diff)
os: inputthread: don't export AddEnabledDeviceThreaded
It's just an internal API and Xorg drivers should call xf86AddEnabledDevice to access it. Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
-rw-r--r--os/inputthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/inputthread.c b/os/inputthread.c
index be2d9de7e..f647060ef 100644
--- a/os/inputthread.c
+++ b/os/inputthread.c
@@ -65,7 +65,7 @@ int InputWritePipe = -1;
* Create connections in the input thread. Must be called by the
* DDX implementation.
*/
-_X_EXPORT void
+void
AddEnabledDeviceThreaded(int fd, void (*f)(void *), void *closure)
{
FD_SET(fd, &InputThreadFd);