aboutsummaryrefslogtreecommitdiffstats
path: root/user-events-qemu.c
Commit message (Collapse)AuthorAgeFilesLines
* Add small user-event abstraction interface.David 'Digit' Turner2010-05-251-0/+64
Preparation for future UI frontend/backend separation. This is done to ensure that the code under android/skin/ does not depend on any QEMU-specific header. We achieve this by adding a new abstract header "user-events.h" and one QEMU-specific implementations for the functions defined here. This also modifies console.h and vl-android.c to make them closer to upstream (by removing Android-specific changes). + fix Makefile.android to always build SDL from sources in standalone mode. Change-Id: I0d152741e7bb2c9cd283f5c35bd054385c7c1eb3