mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-15 15:00:41 +01:00
xwayland/present: Drop vblank->flip_ready assignment
Xwayland hasn't used the flip_ready field's value for anything sincee1f16fb1ac("xwayland: don't scrap pending present requests"). Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1511> (cherry picked from commit069ad69efe)
This commit is contained in:
parent
84d74f23f0
commit
ebb2929b2d
1 changed files with 0 additions and 1 deletions
|
|
@ -1075,7 +1075,6 @@ retry:
|
|||
DebugPresent(("\tr %" PRIu64 " %p (pending %p)\n",
|
||||
vblank->event_id, vblank, flip_pending));
|
||||
xorg_list_append(&vblank->event_queue, &xwl_present_window->flip_queue);
|
||||
vblank->flip_ready = TRUE;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue