e_comp_cfdata: remove deprecated value in E_Comp_Config 92/320592/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Tue, 19 Nov 2024 03:55:17 +0000 (12:55 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 19 Nov 2024 05:01:13 +0000 (14:01 +0900)
Change-Id: I20bcbd79a0d33cafa8a49060593e8c41adbac1ae

src/include/e_comp_cfdata.h

index fe5d18898ee48eb63d1d8bf968c0755bed10a295..3d61841bd1bbd93d1c8493dc9b5a95c63d4d45a6 100644 (file)
@@ -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
 };