Skip to content

Commit

Permalink
Removed xinput driver from list for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 28, 2008
1 parent ab5811e commit 1976c40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manymouse.c
Expand Up @@ -31,7 +31,10 @@ extern const ManyMouseDriver *ManyMouseDriver_xinput;
*/
static const ManyMouseDriver **mice_drivers[] =
{
#if 0 /* FIXME: re-add this when the code is written! */
&ManyMouseDriver_xinput,
#endif

&ManyMouseDriver_evdev,
&ManyMouseDriver_windows,
&ManyMouseDriver_hidmanager,
Expand Down

0 comments on commit 1976c40

Please sign in to comment.