summaryrefslogtreecommitdiff
path: root/libs/ui/FramebufferNativeWindow.cpp
diff options
context:
space:
mode:
author Jamie Gennis <jgennis@google.com> 2011-07-11 15:47:20 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2011-07-11 15:47:20 -0700
commit0d0c5a6d6b434d3d7890f4bd9eca90084ba4e780 (patch)
tree416aca922fdb9538362db4d73b43d7b4b046da7f /libs/ui/FramebufferNativeWindow.cpp
parented8a338c0bfd8f8d4b3f42110d6775c02eafa210 (diff)
parentbee205fd58a27c10a0895de5339e76025d429d2b (diff)
Merge "EGL: fix the ANativeWindow size/fmt override"
Diffstat (limited to 'libs/ui/FramebufferNativeWindow.cpp')
-rw-r--r--libs/ui/FramebufferNativeWindow.cpp1
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;