From 854a1e77bbf7b05d6511835d70224893110026c9 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Wed, 19 Aug 2009 15:16:48 -0700 Subject: [PATCH] use the same magic value for native_handle in 7k and 8k, since the handles are actually identical --- libgralloc-qsd8k/gralloc_priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgralloc-qsd8k/gralloc_priv.h b/libgralloc-qsd8k/gralloc_priv.h index baa315a..70e7d30 100644 --- a/libgralloc-qsd8k/gralloc_priv.h +++ b/libgralloc-qsd8k/gralloc_priv.h @@ -101,7 +101,7 @@ struct private_handle_t { #ifdef __cplusplus static const int sNumInts = 10; static const int sNumFds = 1; - static const int sMagic = 'msm8'; + static const int sMagic = 'gmsm'; private_handle_t(int fd, int size, int flags) : fd(fd), magic(sMagic), flags(flags), size(size), offset(0),