From 8b49bd1a2f8117e1c22884f0150e72cbcf838f32 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Wed, 30 Jun 2010 13:56:17 -0700 Subject: Introduce official public NativeWindow type. Not yet hooked up to anything in the NDK, but requires renaming the existing android_native_window_t type everywhere. Change-Id: Iffee6ea39c93b8b34e20fb69e4d2c7c837e5ea2e --- libs/rs/rs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/rs/rs.spec') diff --git a/libs/rs/rs.spec b/libs/rs/rs.spec index cb9937c..5ae8d01 100644 --- a/libs/rs/rs.spec +++ b/libs/rs/rs.spec @@ -29,7 +29,7 @@ ContextResume { ContextSetSurface { param uint32_t width param uint32_t height - param android_native_window_t *sur + param ANativeWindow *sur } ContextDump { -- cgit v1.1