---
 src/rpi-renderer.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/rpi-renderer.c b/src/rpi-renderer.c
index 0b99a60..2db619c 100644
--- a/src/rpi-renderer.c
+++ b/src/rpi-renderer.c
@@ -969,13 +969,14 @@ rpir_surface_swap_pointers(struct rpir_surface *surface)
                        surface->egl_old_front = surface->egl_front;
                        surface->egl_front = surface->egl_back;
                        surface->egl_back = NULL;
+                       DBG("new front %d\n", 
surface->egl_front->resource_handle);
                }
        } else {
                tmp = surface->front;
                surface->front = surface->back;
                surface->back = tmp;
+               DBG("new back %p, new front %p\n", surface->back, 
surface->front);
        }
-       DBG("new back %p, new front %p\n", surface->back, surface->front);
 }
 
 static int
-- 
1.8.3.1

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to