summaryrefslogtreecommitdiffstats
path: root/include/private
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-08-13 17:57:53 -0700
committerMathias Agopian <mathias@google.com>2009-08-13 18:27:10 -0700
commitf233915016a9053c23af6e4bceb319e7140f71bc (patch)
treec6aba48a6a911089c997f8054128931ca50f58a3 /include/private
parent317a6280cc109e873646e4652be1582d870eedfd (diff)
downloadframeworks_base-f233915016a9053c23af6e4bceb319e7140f71bc.zip
frameworks_base-f233915016a9053c23af6e4bceb319e7140f71bc.tar.gz
frameworks_base-f233915016a9053c23af6e4bceb319e7140f71bc.tar.bz2
be more friendly with C
Diffstat (limited to 'include/private')
-rw-r--r--include/private/ui/android_natives_priv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/private/ui/android_natives_priv.h b/include/private/ui/android_natives_priv.h
index ee843e9..9c92af8 100644
--- a/include/private/ui/android_natives_priv.h
+++ b/include/private/ui/android_natives_priv.h
@@ -25,7 +25,7 @@ extern "C" {
/*****************************************************************************/
-struct android_native_buffer_t
+typedef struct android_native_buffer_t
{
#ifdef __cplusplus
android_native_buffer_t() {
@@ -48,7 +48,7 @@ struct android_native_buffer_t
buffer_handle_t handle;
void* reserved_proc[8];
-};
+} android_native_buffer_t;
/*****************************************************************************/