Change-Id: I0adfbc36e7e404446ff455f8954f77ec2132699a
memset(&exynos_func_hwc_window, 0, sizeof(exynos_func_hwc_window));
exynos_func_hwc_window.hwc_window_destroy = exynos_hwc_window_destroy;
- exynos_func_hwc_window.hwc_window_get_buffer_queue = NULL;
+ exynos_func_hwc_window.hwc_window_acquire_buffer_queue = NULL;
+ exynos_func_hwc_window.hwc_window_release_buffer_queue = NULL;
exynos_func_hwc_window.hwc_window_set_composition_type = exynos_hwc_window_set_composition_type;
exynos_func_hwc_window.hwc_window_set_buffer_damage = exynos_hwc_window_set_buffer_damage;
exynos_func_hwc_window.hwc_window_set_info = exynos_hwc_window_set_info;