diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2008-10-12 16:07:24 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2008-10-12 16:07:24 -0700 |
commit | 2217d22a76cdb2460f9683a6bf74c7248612889d (patch) | |
tree | 6968940dffd21b30da09781364d0476701ca6aec /hw/xfree86/loader/xf86sym.c | |
parent | 5b336585a4cdf11d20831a9536ad581e959ea7f1 (diff) |
Revert "xfree86: xf86{Enable, Disable}InputHandler can be static."
These were potentially useful as part of the input handler ABI, even if nobody
currently uses them.
This reverts commit 278c11f01fbc6d6bd91c5a7127928c9ef5d29fca.
Diffstat (limited to 'hw/xfree86/loader/xf86sym.c')
-rw-r--r-- | hw/xfree86/loader/xf86sym.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xfree86/loader/xf86sym.c b/hw/xfree86/loader/xf86sym.c index d0e855887..4891be245 100644 --- a/hw/xfree86/loader/xf86sym.c +++ b/hw/xfree86/loader/xf86sym.c @@ -375,6 +375,8 @@ _X_HIDDEN void *xfree86LookupTab[] = { SYMFUNC(SetTimeSinceLastInputEvent) SYMFUNC(xf86AddInputHandler) SYMFUNC(xf86RemoveInputHandler) + SYMFUNC(xf86DisableInputHandler) + SYMFUNC(xf86EnableInputHandler) SYMFUNC(xf86AddEnabledDevice) SYMFUNC(xf86RemoveEnabledDevice) SYMFUNC(xf86InterceptSignals) |