From ddd0edd5b9e56264bedc19ad7887150c51bb3071 Mon Sep 17 00:00:00 2001 From: wang_zhiqiang Date: Mon, 20 May 2019 12:56:06 +0800 Subject: change seq Change-Id: I2526fd304c96773c422ef42f7d54659943f450fe --- sample/simple-egl/src/simple-egl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/sample/simple-egl/src/simple-egl.cpp b/sample/simple-egl/src/simple-egl.cpp index af39149..2027b36 100644 --- a/sample/simple-egl/src/simple-egl.cpp +++ b/sample/simple-egl/src/simple-egl.cpp @@ -653,7 +653,6 @@ main(int argc, char **argv) eglSwapBuffers(window.display->egl.dpy, window.egl_surface); - // wm->activateWindow(main_role); hs->publishSubscription(); /* The mainloop here is a little subtle. Redrawing will cause -- cgit 1.2.3-korg