summaryrefslogtreecommitdiffstats
path: root/examples/android/jni/fbvncserver.c
Commit message (Collapse)AuthorAgeFilesLines
* Reduced memory footprint by 50%William Roberts2011-07-231-2/+2
|
* Corrected resolution issue, but screen is getting reported as wrong sizeWilliam Roberts2011-07-231-1/+1
|
* Fixes running vncserver on beagleboard/0xdroid and possibly any deviceckanru2011-07-231-2/+6
| | | | | | | | without a touch screen. Because fake touch screen always report zero when query device information, coordinates transformation is not needed. Signed-off-by: Christian Beier <dontmind@freeshell.org>
* Add androidvncserver example.Christian Beier2011-07-231-0/+518
OpenPOWER on IntegriCloud