mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 09:58:14 +02:00
toytoolkit: Process deferred tasks on fifo order instead
Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
This commit is contained in:
parent
1428b8ccf7
commit
6f09338b0f
1 changed files with 1 additions and 1 deletions
|
|
@ -3992,7 +3992,7 @@ display_run(struct display *display)
|
|||
wl_display_flush(display->display);
|
||||
|
||||
while (!wl_list_empty(&display->deferred_list)) {
|
||||
task = container_of(display->deferred_list.next,
|
||||
task = container_of(display->deferred_list.prev,
|
||||
struct task, link);
|
||||
wl_list_remove(&task->link);
|
||||
task->run(task, 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue