vmware userland helper
commits
Author
Commit
Message
Date
Fixes compilation errors on linux due to missing int16_t declarations.
This change enables building with either BSD or GNU make.
This allows the version information to be printed
if the '-d' flag is set.
Update link to the backdoor docs.
this lets one run x without vmmouse and still get synchronized mouse
positions
turn off debugging and add a -d flag to enable it again.
- talks to vmware through backdoor
- talks to x11
- synchronizes host/guest mouse cursor
- tries to synchronize clipboards but the x11 stuff is a pain in the ass