e_compositor: Remove unkown exception 18/316318/1
authorSeunghun Lee <shiin.lee@samsung.com>
Fri, 16 Aug 2024 05:21:36 +0000 (14:21 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Mon, 19 Aug 2024 08:09:01 +0000 (17:09 +0900)
The code snippet this patch tried to remove had been added long time ago
and no one knows what this is for anymore. Moreover, it was also removed
from the upstream quite long time ago.

commit 8d4a75575ce24f6fd9a458c334149af81abe1ea3
Author: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Date:   Wed May 11 15:35:01 2016 -0400

    remove some cruft from _e_comp_wl_client_cb_new()

Let's remove it.

Change-Id: I01eebfa22421989e194c9f2fa64d7f1ba3fcd1bc

src/bin/server/e_compositor.c

index 3cf0b3f..3c992d9 100644 (file)
@@ -766,15 +766,6 @@ _e_compositor_cb_new_client(void *data EINA_UNUSED, E_Client *ec)
 
    TRACE_DS_BEGIN(COMP_WL:CLIENT NEW HOOK);
 
-   /* ignore fake root windows */
-   if ((ec->override) && ((ec->x == -77) && (ec->y == -77)))
-     {
-        e_comp_ignore_win_add(E_PIXMAP_TYPE_WL, e_pixmap_window_get(ec->pixmap));
-        e_object_del(E_OBJECT(ec));
-        TRACE_DS_END();
-        return;
-     }
-
    surface = _e_surface_create(ec);
    if (!surface)
      {