diff options
| author | 2011-07-11 15:47:20 -0700 | |
|---|---|---|
| committer | 2011-07-11 15:47:20 -0700 | |
| commit | 308f9f6b248402c67d73c3ad48f5b6b888bab7b7 (patch) | |
| tree | cf57cc66cbd45cb7506691ab1492882066731bee /libs/ui/FramebufferNativeWindow.cpp | |
| parent | f21f07627df3ad4381fdd3daf47289eeda9754d3 (diff) | |
| parent | 97eae025ad857e33dce5b3d1d4fd5fe5813d2a80 (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 4393504236e5..9c10c754ba0a 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; |