arch/sim: add fb poll notify support

This commit is contained in:
pengyiqiang 2022-12-05 15:49:46 +08:00 committed by Xiang Xiao
parent 415fa25eb7
commit 922c4df7ef

View File

@ -343,6 +343,7 @@ static void sim_updatework(void *arg)
{
work_queue(LPWORK, &g_updatework, sim_updatework, NULL, MSEC2TICK(33));
sim_x11update();
fb_pollnotify(&g_fbobject);
}
#endif