e_pixmap_size_get(ec->pixmap, &nw, &nh);
if (ec->changes.pos)
e_comp_object_frame_xy_adjust(ec->frame, ec->x, ec->y, &x, &y);
- else if (ec->new_client)
- placed = ec->placed;
else
x = ec->client.x, y = ec->client.y;
-
+ if (ec->new_client)
+ placed = ec->placed;
/* if the client has a shell configure, call it */
if ((cdata->shell.surface) && (cdata->shell.configure))
cdata->shell.configure(cdata->shell.surface, x, y, nw, nh);
e_pixmap_size_get(ec->pixmap, &nw, &nh);
if (ec->changes.pos)
e_comp_object_frame_xy_adjust(ec->frame, ec->x, ec->y, &x, &y);
- else if (ec->new_client)
- placed = ec->placed;
else
x = ec->client.x, y = ec->client.y;
-
+ if (ec->new_client)
+ placed = ec->placed;
/* if the client has a shell configure, call it */
if ((ec->comp_data->shell.surface) && (ec->comp_data->shell.configure))
ec->comp_data->shell.configure(ec->comp_data->shell.surface, x, y, nw, nh);