Evas: minor whitespace and debug changes

This commit is contained in:
Jean-Philippe Andre 2015-11-03 18:13:59 +09:00
parent aefcb11444
commit a2b64d9772
4 changed files with 77 additions and 78 deletions

View File

@ -2754,9 +2754,8 @@ evgl_native_surface_direct_opts_get(Evas_Native_Surface *ns,
if (evgl_engine->api_debug_mode)
{
DBG("Found native surface: texid:%u DR:%d CSR:%d",
ns->data.opengl.texture_id, (int) sfc->direct_fb_opt,
(int) sfc->client_side_rotation);
DBG("Found native surface: DR:%d CSR:%d",
(int) sfc->direct_fb_opt, (int) sfc->client_side_rotation);
}
if (direct_render) *direct_render = sfc->direct_fb_opt;