A sub-surface is initially in the synchronized mode.
Change-Id: Ic420cf7dd9edfc1761910afc87dac9c6c64d360d
goto sub_surf_err;
}
+ /* A sub-surface is initially in the synchronized mode. */
+ subsurf->sync = EINA_TRUE;
+
window->subsurfs =
eina_inlist_append(window->subsurfs, EINA_INLIST_GET(subsurf));
goto buf_fill_err;
}
+ /* A sub-surface is initially in the synchronized mode. */
+ win->video.sync = EINA_TRUE;
+
/* need to attach surface */
wl_surface_attach(win->video.surface, win->video.wl_buffer, 0, 0);
wl_surface_commit(win->video.surface);