From c0faf6cad6151e711e7f09061fdb83ddfe314e73 Mon Sep 17 00:00:00 2001 From: Doyoun Kang Date: Tue, 19 Nov 2024 12:55:17 +0900 Subject: [PATCH] e_comp_cfdata: remove deprecated value in E_Comp_Config Change-Id: I20bcbd79a0d33cafa8a49060593e8c41adbac1ae --- src/include/e_comp_cfdata.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/include/e_comp_cfdata.h b/src/include/e_comp_cfdata.h index fe5d18898e..3d61841bd1 100644 --- a/src/include/e_comp_cfdata.h +++ b/src/include/e_comp_cfdata.h @@ -33,12 +33,7 @@ struct _E_Comp_Config unsigned char nocomp_use_timer; double nocomp_begin_timeout; unsigned char hwc; - EINA_DEPRECATED unsigned char hwc_use_multi_plane; unsigned char hwc_deactive; // 0: run hwc policy if capable of, 1: not to run hwc policy - EINA_DEPRECATED unsigned char hwc_reuse_cursor_buffer; - EINA_DEPRECATED unsigned char hwc_sync_mode_change; - EINA_DEPRECATED unsigned char hwc_ignore_primary; - EINA_DEPRECATED unsigned char hwc_use_detach; unsigned char hwc_send_redraw_request; // 0: none, 1: send redraw request to client when client need to redraw for hwc unsigned char hwc_prefer_gbm; //0: prefer creating ecore_evas with tbm, 1: prefer creating ecore_evas with gbm unsigned char use_native_type_buffer; // 0: use the tbm_buffer(tbm_surface), 1: use the native_buffer(wl_buffer) @@ -107,7 +102,6 @@ struct _E_Comp_Match char fullscreen; // used for borders, 0 == don't use, 1 == is fullscreen, -1 == not fullscreen char modal; // used for borders, 0 == don't use, 1 == is modal, -1 == not modal char focus; // used for setting focus state (on popups): 1 is focused, unset is use regular logic - EINA_DEPRECATED char urgent; // used for setting urgent state (on popups): 1 is urgent, unset is use regular logic char no_shadow; // set whether shadow is disabled }; -- 2.34.1