From 4f607f92ab23945835cdc6a6a2e3cd8f7bc81a74 Mon Sep 17 00:00:00 2001 From: Changyeon Lee Date: Fri, 10 Aug 2018 14:11:59 +0900 Subject: [PATCH] hwc: rename acquire/release buffer_queue Change-Id: I2bd49824a486e210cac52152feebc2df48072143 --- src/tdm_vc4.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tdm_vc4.c b/src/tdm_vc4.c index da46b0d..646e12f 100644 --- a/src/tdm_vc4.c +++ b/src/tdm_vc4.c @@ -308,7 +308,8 @@ tdm_vc4_init(tdm_display *dpy, tdm_error *error) memset(&vc4_func_hwc_window, 0, sizeof(vc4_func_hwc_window)); vc4_func_hwc_window.hwc_window_destroy = vc4_hwc_window_destroy; - vc4_func_hwc_window.hwc_window_get_buffer_queue = NULL; + vc4_func_hwc_window.hwc_window_acquire_buffer_queue = NULL; + vc4_func_hwc_window.hwc_window_release_buffer_queue = NULL; vc4_func_hwc_window.hwc_window_set_composition_type = vc4_hwc_window_set_composition_type; vc4_func_hwc_window.hwc_window_set_buffer_damage = vc4_hwc_window_set_buffer_damage; vc4_func_hwc_window.hwc_window_set_info = vc4_hwc_window_set_info; -- 2.7.4