projects
/
GitHub
/
LineageOS
/
android_hardware_samsung_slsi_exynos5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4179445
)
gralloc: fix struct private_module_t definition for C usage
author
Greg Hackmann
<ghackmann@google.com>
Tue, 15 Jan 2013 17:29:40 +0000
(09:29 -0800)
committer
Greg 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
patch
|
blob
|
blame
|
history
diff --git
a/include/gralloc_priv.h
b/include/gralloc_priv.h
index 7cec618557c657e8e51ccc593cc48ab9a6f07511..e831c0d15a6af53b2736be84f7becd558a32c1e0 100644
(file)
--- a/
include/gralloc_priv.h
+++ b/
include/gralloc_priv.h
@@
-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;