e_comp_wl: Deprecate set_win_type field 88/318288/1
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 26 Dec 2024 06:55:25 +0000 (15:55 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 15 Jan 2025 06:25:32 +0000 (15:25 +0900)
It's unused.

Change-Id: If2246420f6f9f9acbf335f85f8973ca9a32a82e8

src/bin/server/e_comp_wl_shell.c
src/include/e_comp_wl.h

index 9587947217dbcb751118c6c5dc3e89b858d870b2..3957af7bb221f4f16809b3b251e68c84cc6538f6 100644 (file)
@@ -148,7 +148,6 @@ e_shell_e_client_toplevel_set(E_Client *ec)
      ec->border.changed = ec->changes.border = !ec->borderless;
    if (ec->netwm.type == E_WINDOW_TYPE_UNKNOWN)
      ec->netwm.type = E_WINDOW_TYPE_NORMAL;
-   ec->comp_data->set_win_type = EINA_TRUE;
 }
 
 EINTERN void
@@ -175,7 +174,6 @@ e_shell_e_client_popup_set(E_Client *ec)
    ec->changes.icon = !!ec->icccm.class;
 #endif
    ec->netwm.type = E_WINDOW_TYPE_POPUP_MENU;
-   ec->comp_data->set_win_type = EINA_TRUE;
    e_client_layer_set(ec, E_LAYER_CLIENT_POPUP);
 }
 
@@ -576,8 +574,6 @@ _e_shell_surface_cb_popup_set(struct wl_client *client EINA_UNUSED, struct wl_re
    ec->changes.icon = !!ec->icccm.class;
 #endif
    ec->netwm.type = E_WINDOW_TYPE_POPUP_MENU;
-   if (ec->comp_data)
-     ec->comp_data->set_win_type = EINA_TRUE;
    ec->layer = E_LAYER_CLIENT_POPUP;
    e_client_input_thread_layer_set(ec, E_LAYER_CLIENT_POPUP);
 
index 59cc2f559c1748b9def371f4996729e37bd28a64..9988c66c34299ce75c5d7f060d5537d5aa2850f1 100644 (file)
@@ -469,7 +469,7 @@ struct _E_Comp_Wl_Client_Data
    Eina_Bool reparented : 1;
    Eina_Bool evas_init : 1;
    E_DEPRECATED Eina_Bool first_damage : 1;
-   Eina_Bool set_win_type : 1;
+   E_DEPRECATED Eina_Bool set_win_type : 1;
    E_DEPRECATED Eina_Bool frame_update : 1;
    Eina_Bool focus_update : 1;
    Eina_Bool opaque_state : 1;