OSDN Git Service

add padding to gralloc_drm_handle_t
authorWuZhen <wuzhen@jidemail.com>
Wed, 6 Jan 2016 09:34:56 +0000 (17:34 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 6 Jan 2016 13:14:16 +0000 (21:14 +0800)
commit556f7c16363330aabeb0b95b93719a0d66af4b7f
tree9263f4c164f69fd24cd8635b905f0219b4a47f1d
parent02584dae2127e368b97c5bc39e27810ac1644518
add padding to gralloc_drm_handle_t

gralloc_drm_handle_t size differs for 32/64 bit process. thus on
x86_64, this will crash any 32bit app, add propper padding.

Change-Id: I03663b36dd841bf69c84973fd2f5e99741317c15
gralloc_drm_handle.h