From c9070fc03fd0c106094e0eef4fa6b056dd50d9b3 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Thu, 23 Sep 2021 12:50:37 +0100 Subject: [PATCH] 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;