Revert "subsurface: fix not inserting subsurface to pending state first." 49/246849/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Wed, 4 Nov 2020 11:55:33 +0000 (20:55 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Wed, 4 Nov 2020 11:55:40 +0000 (20:55 +0900)
This reverts commit 87d56cb63c49c94b9ecb25ecab4005bf4f688165.

Change-Id: If1c48b5f777c7e8aff4b237f17c2a88c782ccff1

src/bin/e_comp_wl_subsurface.c

index 572841655af5a5be1604f504f36977fea6c4f923..ab85fd25b20be1507b1dad9015781cca1840e4ea 100644 (file)
@@ -1037,8 +1037,8 @@ e_comp_wl_subsurface_create(E_Client *ec, E_Client *epc, uint32_t id, struct wl_
    if (epc->comp_data)
    {
        /* append this client to the parents subsurface list */
-       epc->comp_data->sub.list_pending =
-           eina_list_append(epc->comp_data->sub.list_pending, ec);
+       epc->comp_data->sub.list =
+           eina_list_append(epc->comp_data->sub.list, ec);
        epc->comp_data->sub.list_changed = EINA_TRUE;
    }