Home
last modified time | relevance | path

Searched refs:commit_window_list (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland.c848 struct xorg_list commit_window_list; in xwl_screen_post_damage() local
850 xorg_list_init(&commit_window_list); in xwl_screen_post_damage()
869 xorg_list_append(&xwl_window->link_damage, &commit_window_list); in xwl_screen_post_damage()
872 if (xorg_list_is_empty(&commit_window_list)) in xwl_screen_post_damage()
883 &commit_window_list, link_damage) { in xwl_screen_post_damage()