xiaoxiang781216 commented on code in PR #7925:
URL: https://github.com/apache/nuttx/pull/7925#discussion_r1052390497


##########
arch/sim/src/sim/sim_framebuffer.c:
##########
@@ -335,22 +333,33 @@ static int sim_setcursor(struct fb_vtable_s *vtable,
 #endif
 
 /****************************************************************************
- * Name: sim_updatework
+ * Public Functions
  ****************************************************************************/
 
-#ifdef CONFIG_SIM_X11FB
-static void sim_updatework(void *arg)
-{
-  work_queue(LPWORK, &g_updatework, sim_updatework, NULL, MSEC2TICK(33));
-  sim_x11update();
-  fb_pollnotify(&g_fbobject);
-}
-#endif
-
 /****************************************************************************
- * Public Functions
+ * Name: sim_x11loop
  ****************************************************************************/
 
+void sim_x11loop(void)

Review Comment:
   need make the similar change to arch/sim/src/sim/sim_lcd.c too



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to