Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6349a7a authored by Peiyong Lin's avatar Peiyong Lin Committed by Gerrit Code Review
Browse files

Merge "Make sure ANATIVEWINDOW_QUERY_BUFFER_AGE is identified as VNDK API."

parents ee22bc84 aa79d0ad
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -208,6 +208,7 @@ int ANativeWindow_query(const ANativeWindow* window, ANativeWindowQuery what, in
        case ANATIVEWINDOW_QUERY_DEFAULT_WIDTH:
        case ANATIVEWINDOW_QUERY_DEFAULT_HEIGHT:
        case ANATIVEWINDOW_QUERY_TRANSFORM_HINT:
        case ANATIVEWINDOW_QUERY_BUFFER_AGE:
            // these are part of the VNDK API
            break;
        case ANATIVEWINDOW_QUERY_MIN_SWAP_INTERVAL: