move android_native_buffer_t declaration into its own private/ui/android_native_priv.h header, since user code should never have access to it.

This commit is contained in:
Mathias Agopian
2009-05-05 18:21:32 -07:00
parent ac2523b161
commit b51e18d59b
7 changed files with 68 additions and 30 deletions

View File

@@ -38,6 +38,8 @@
#include <hardware/hardware.h>
#include <hardware/gralloc.h>
#include <private/ui/android_natives_priv.h>
// ----------------------------------------------------------------------------
namespace android {
// ----------------------------------------------------------------------------