raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=c9070fc03fd0c106094e0eef4fa6b056dd50d9b3
commit c9070fc03fd0c106094e0eef4fa6b056dd50d9b3 Author: Carsten Haitzler <ras...@rasterman.com> Date: Thu Sep 23 12:50:37 2021 +0100 add details to error complaint of setting csd frame on ssd win --- src/bin/e_comp_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index a26e6a5f6..5c62c652a 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -3342,7 +3342,7 @@ e_comp_object_frame_geometry_set(Evas_Object *obj, int l, int r, int t, int b) API_ENTRY; if (cw->frame_object) - ERR("ACK!"); + ERR("CSD call on win without CSD! %i %i %i %i", l, r, t, b); if ((cw->client_inset.l == l) && (cw->client_inset.r == r) && (cw->client_inset.t == t) && (cw->client_inset.b == b)) return; calc = cw->client_inset.calc; --