aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2012-05-11 05:59:16 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-05-11 05:59:17 -0700
commit9d6d9e510f31485416554baf2dd35b4f68fdd4bc (patch)
tree2ca8a7a3373c0226d24fc328922645bfd9066f55
parentecbbf1ca1ab30cac0a1144b43c4e34c10022ed2f (diff)
parent6674489666e2a5ca2f12a1c1015cd0bf3bd36494 (diff)
downloadexternal_qemu-9d6d9e510f31485416554baf2dd35b4f68fdd4bc.zip
external_qemu-9d6d9e510f31485416554baf2dd35b4f68fdd4bc.tar.gz
external_qemu-9d6d9e510f31485416554baf2dd35b4f68fdd4bc.tar.bz2
Merge "Fix emulator's UI build"
-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;
}