add details to error complaint of setting csd frame on ssd win

This commit is contained in:
Carsten Haitzler 2021-09-23 12:50:37 +01:00
parent d74aaba994
commit c9070fc03f
1 changed files with 1 additions and 1 deletions

View File

@ -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;