diff options
| author | 2011-07-11 15:47:20 -0700 | |
|---|---|---|
| committer | 2011-07-11 15:47:20 -0700 | |
| commit | 0d0c5a6d6b434d3d7890f4bd9eca90084ba4e780 (patch) | |
| tree | 416aca922fdb9538362db4d73b43d7b4b046da7f /libs/ui/FramebufferNativeWindow.cpp | |
| parent | ed8a338c0bfd8f8d4b3f42110d6775c02eafa210 (diff) | |
| parent | bee205fd58a27c10a0895de5339e76025d429d2b (diff) | |
Merge "EGL: fix the ANativeWindow size/fmt override"
Diffstat (limited to 'libs/ui/FramebufferNativeWindow.cpp')
| -rw-r--r-- | libs/ui/FramebufferNativeWindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ui/FramebufferNativeWindow.cpp b/libs/ui/FramebufferNativeWindow.cpp index 4393504236..9c10c754ba 100644 --- a/libs/ui/FramebufferNativeWindow.cpp +++ b/libs/ui/FramebufferNativeWindow.cpp @@ -299,6 +299,7 @@ int FramebufferNativeWindow::perform(ANativeWindow* window, { switch (operation) { case NATIVE_WINDOW_SET_USAGE: + case NATIVE_WINDOW_SET_BUFFERS_FORMAT: case NATIVE_WINDOW_CONNECT: case NATIVE_WINDOW_DISCONNECT: break; |