summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/hardware/hwcomposer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware/hwcomposer.h b/include/hardware/hwcomposer.h
index 9a7149a..1e5779c 100644
--- a/include/hardware/hwcomposer.h
+++ b/include/hardware/hwcomposer.h
@@ -148,7 +148,7 @@ typedef struct hwc_layer {
/* handle of buffer to compose. this handle is guaranteed to have been
* allocated with gralloc */
- native_handle_t* handle;
+ const native_handle_t* handle;
/* transformation to apply to the buffer during composition */
uint32_t transform;