gralloc: fix struct private_module_t definition for C usage
authorGreg Hackmann <ghackmann@google.com>
Tue, 15 Jan 2013 17:29:40 +0000 (09:29 -0800)
committerGreg Hackmann <ghackmann@google.com>
Tue, 5 Feb 2013 17:56:31 +0000 (09:56 -0800)
Change-Id: I615294c1b2fcf2fd2a7dc465a4b8351f00c8003c
Signed-off-by: Greg Hackmann <ghackmann@google.com>
include/gralloc_priv.h

index 7cec618557c657e8e51ccc593cc48ab9a6f07511..e831c0d15a6af53b2736be84f7becd558a32c1e0 100644 (file)
@@ -37,7 +37,7 @@ struct private_handle_t;
 struct private_module_t {
     gralloc_module_t base;
 
-    private_handle_t* framebuffer;
+    struct private_handle_t* framebuffer;
     uint32_t flags;
     uint32_t numBuffers;
     uint32_t bufferMask;