Double buffer by default.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 83280
This commit is contained in:
Christopher Michael 2013-01-24 09:21:09 +00:00 committed by Christopher Michael
parent 313e82c680
commit 18ba710320
1 changed files with 3 additions and 1 deletions

View File

@ -65,7 +65,9 @@ evas_swapper_setup(int w, int h, Outbuf_Depth depth, Eina_Bool alpha, struct wl_
ws->alpha = alpha;
ws->shm = shm;
ws->surface = surface;
ws->buff_num = 3;
/* double buffer by default */
ws->buff_num = 2;
for (i = 0; i < ws->buff_num; i++)
{