aboutsummaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2012-05-11 05:47:46 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2012-05-11 05:47:46 -0700
commit6674489666e2a5ca2f12a1c1015cd0bf3bd36494 (patch)
tree2ca8a7a3373c0226d24fc328922645bfd9066f55 /android
parentecbbf1ca1ab30cac0a1144b43c4e34c10022ed2f (diff)
downloadexternal_qemu-6674489666e2a5ca2f12a1c1015cd0bf3bd36494.zip
external_qemu-6674489666e2a5ca2f12a1c1015cd0bf3bd36494.tar.gz
external_qemu-6674489666e2a5ca2f12a1c1015cd0bf3bd36494.tar.bz2
Fix emulator's UI build
When building emulator-ui, build fails complaining that android_startOpenglesRenderer implementation doesn't match routine declaration. Fixing that. Change-Id: I5f3f588969c1b4c9a59035f8abddb63cc6c917ad
Diffstat (limited to 'android')
-rw-r--r--android/opengles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/opengles.c b/android/opengles.c
index 6f0556f..b265428 100644
--- a/android/opengles.c
+++ b/android/opengles.c
@@ -278,7 +278,7 @@ int android_initOpenglesEmulation(void)
return -1;
}
-int android_startOpenglesRenderer(int width, int height, OnPostFunc onPost, void* onPostContext)
+int android_startOpenglesRenderer(int width, int height)
{
return -1;
}