man aa_recommendhimouse (Fonctions bibliothèques) - insert the given driver on beggining of the list of recommended mouse drivers.

NAME

aa_recommendhimouse - insert the given driver on beggining of the list of recommended mouse drivers.

SYNOPSIS

#include <aalib.h> void aa_recommendhimouse(const char *name);

PARAMETERS

const char *name
Name of the driver (ought to match the "shortname" field of the driver definition structure).

DESCRIPTION

Insert the given driver on beggining of the list of recommended mouse drivers.

SEE ALSO