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

Commit d3201d1d authored by Daniel Nicoara's avatar Daniel Nicoara
Browse files

Add missing functor for DVR API

Missing initialization of functor.

Bug: 36050795
Test: Ran app using the DVR API and verified API is loaded correctly.
Change-Id: Ia2f7a6cb69e0be724ea0c67ce2d467f8605ec29b
parent 0c91fbbc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -108,6 +108,7 @@ DVR_EXPORT int dvrGetApi(void* api, size_t struct_size, int version) {
    dvr_api->hwc_frame_get_display_id = dvrHwcFrameGetDisplayId;
    dvr_api->hwc_frame_get_display_width = dvrHwcFrameGetDisplayWidth;
    dvr_api->hwc_frame_get_display_height = dvrHwcFrameGetDisplayHeight;
    dvr_api->hwc_frame_get_display_removed = dvrHwcFrameGetDisplayRemoved;
    dvr_api->hwc_frame_get_layer_count = dvrHwcFrameGetLayerCount;
    dvr_api->hwc_frame_get_layer_id = dvrHwcFrameGetLayerId;
    dvr_api->hwc_frame_get_layer_buffer = dvrHwcFrameGetLayerBuffer;