summaryrefslogtreecommitdiffstats
path: root/include/ui/android_native_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ui/android_native_buffer.h')
-rw-r--r--include/ui/android_native_buffer.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/ui/android_native_buffer.h b/include/ui/android_native_buffer.h
index a472824..402843e 100644
--- a/include/ui/android_native_buffer.h
+++ b/include/ui/android_native_buffer.h
@@ -51,12 +51,8 @@ typedef struct android_native_buffer_t
int stride;
int format;
int usage;
-
- /* transformation as defined in hardware.h */
- uint8_t transform;
-
- uint8_t reserved_bytes[3];
- void* reserved[1];
+
+ void* reserved[2];
buffer_handle_t handle;