_e_input_panel_convert_floating_position(ec, sx, sy, &nx, &ny, E_INPUT_PANEL_COORDINATE_TYPE_LOGICAL);
}
- LOGD("pos: %d, %d", nx, ny);
+ LOGD("angle:%d, pos: %d, %d", ec->e.state.rot.ang.curr, nx, ny);
e_client_util_move_without_frame(ec, nx, ny);
}
if ((w != ec->e.state.rot.geom[i].w) ||
(h != ec->e.state.rot.geom[i].h))
{
- LOGD("Resizing by Rotation Geometry. Pending Drawing...");
+ LOGD("Resizing by Rotation Geometry. Pending Drawing... cur_size(%d,%d), rot(angle:%d, size:%d,%d)",
+ w, h, cur_angle, ec->e.state.rot.geom[i].w, ec->e.state.rot.geom[i].h);
_e_input_panel_stop_drawing(ips);
}
}