aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--android/gralloc_handle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/gralloc_handle.h b/android/gralloc_handle.h
index b47bee19..b035e035 100644
--- a/android/gralloc_handle.h
+++ b/android/gralloc_handle.h
@@ -51,8 +51,8 @@ struct gralloc_handle_t {
51 int prime_fd; 51 int prime_fd;
52 52
53 /* api variables */ 53 /* api variables */
54 const uint32_t magic; /* differentiate between allocator impls */ 54 uint32_t magic; /* differentiate between allocator impls */
55 const uint32_t version; /* api version */ 55 uint32_t version; /* api version */
56 56
57 uint32_t width; /* width of buffer in pixels */ 57 uint32_t width; /* width of buffer in pixels */
58 uint32_t height; /* height of buffer in pixels */ 58 uint32_t height; /* height of buffer in pixels */