aboutsummaryrefslogtreecommitdiff
path: root/src/emuMB.c
Commit message (Collapse)AuthorAge
* Shut up compiler warning "implicit declaration of function 'xf86Msg'"Peter Hutterer2008-06-17
|
* If Emulate3Buttons is specified in the config, don't auto-deactivate it.Peter Hutterer2008-06-11
| | | | | | Default setting is still "on" until middle button is pressed. If the options is however explicitly stated in the config file, it takes the value from the config file, no matter if a middle button is present.
* Remove wakeup handlers when device is closed.Peter Hutterer2008-06-11
| | | | Less SIGABRTs are less exciting, but sometimes boredom is what we want.
* Enable middle-mouse button emulation.Peter Hutterer2008-06-10
Ported from xf86-input-mouse, with a few cleanups.