e_hints: Deprecate e_hints_window_visible_set 86/325386/1
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 22 May 2025 01:17:12 +0000 (10:17 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 10 Jun 2025 02:33:43 +0000 (11:33 +0900)
It has not implemented and is not used.

Change-Id: Ie6bdba5e7cf801d94cd4c1f979f34702c053be80

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

index 809af5e66a385f94037994f8248f2b33bd5f7a01..0b4e514ece9ba7c3ef1a74960da0d48e22483ec6 100644 (file)
@@ -634,8 +634,6 @@ _e_comp_wl_evas_cb_show(void *data, Evas *evas EINA_UNUSED, Evas_Object *obj EIN
    if (!(ec = data)) return;
    if (e_object_is_del(data)) return;
 
-   if (!ec->override) e_hints_window_visible_set(ec);
-
    if ((!ec->override) && (!ec->re_manage))
      {
         ec->visible = EINA_TRUE;
index dbf82f3c02749b0231778807e5d3f88f11f0da5b..63ccf61bb545683633a5e94e2e5432e808ccaee8 100644 (file)
@@ -7,7 +7,7 @@ extern "C" {
 
 #include <e_types.h>
 
-E_API void             e_hints_window_visible_set(E_Client *ec);
+E_DEPRECATED E_API void             e_hints_window_visible_set(E_Client *ec);
 E_API const Eina_List *e_hints_aux_hint_supported_add(const char *hint);
 E_API const Eina_List *e_hints_aux_hint_supported_del(const char *hint);
 E_API Eina_Bool        e_hints_aux_hint_add(E_Client *ec, int32_t id, const char *name, const char *val);