Double buffer by default.
authorChristopher Michael <cp.michael@samsung.com>
Thu, 24 Jan 2013 09:21:09 +0000 (09:21 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Thu, 24 Jan 2013 09:21:09 +0000 (09:21 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83280

src/modules/evas/engines/wayland_shm/evas_swapper.c

index 70ffb01..66cd243 100644 (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++)
      {