Mark magic member of gralloc_handle_t as const.

Signed-off-by: Robert Foss <robert.f...@collabora.com>
---
 android/gralloc_handle.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/android/gralloc_handle.h b/android/gralloc_handle.h
index 7cbc8ee7cef3..5d8a19ea0c2e 100644
--- a/android/gralloc_handle.h
+++ b/android/gralloc_handle.h
@@ -51,7 +51,7 @@ struct gralloc_handle_t {
        int prime_fd;
 
        /* api variables */
-       int magic; /* differentiate between allocator impls */
+       const int magic; /* differentiate between allocator impls */
        const uint32_t version; /* api version */
 
        int width; /* width of buffer in pixels */
-- 
2.14.1

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to