diff options
author | Mathias Agopian <mathias@google.com> | 2009-05-05 18:21:32 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2009-05-05 18:21:32 -0700 |
commit | b51e18d59b6f8e44a5d3516fc3359c54fa913331 (patch) | |
tree | 56c6c41bd0f158fcf2b778b375fcf8c0eb1838b5 /libs/ui/FramebufferNativeWindow.cpp | |
parent | ac2523b161df2bb507cc88906bb070878266770d (diff) |
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.
Diffstat (limited to 'libs/ui/FramebufferNativeWindow.cpp')
-rw-r--r-- | libs/ui/FramebufferNativeWindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ui/FramebufferNativeWindow.cpp b/libs/ui/FramebufferNativeWindow.cpp index 5e69cff985c7..4e692e2c27a1 100644 --- a/libs/ui/FramebufferNativeWindow.cpp +++ b/libs/ui/FramebufferNativeWindow.cpp @@ -38,6 +38,8 @@ #include <hardware/hardware.h> #include <hardware/gralloc.h> +#include <private/ui/android_natives_priv.h> + // ---------------------------------------------------------------------------- namespace android { // ---------------------------------------------------------------------------- |