mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
present: Drop flip_idler member from present_vblank_rec
It's redundant with the pixmap member of struct xwl_present_event. Acked-by: Olivier Fourdan <ofourdan@redhat.com>
This commit is contained in:
committed by
Michel Dänzer
parent
212cfbcf68
commit
f6f2f203bc
@@ -81,7 +81,6 @@ struct present_vblank {
|
||||
Bool queued; /* on present_exec_queue */
|
||||
Bool flip; /* planning on using flip */
|
||||
Bool flip_ready; /* wants to flip, but waiting for previous flip or unflip */
|
||||
Bool flip_idler; /* driver explicitly permitted idling */
|
||||
Bool sync_flip; /* do flip synchronous to vblank */
|
||||
Bool abort_flip; /* aborting this flip */
|
||||
PresentFlipReason reason; /* reason for which flip is not possible */
|
||||
|
||||
@@ -106,7 +106,6 @@ present_vblank_init(present_vblank_ptr vblank,
|
||||
vblank->notifies = notifies;
|
||||
vblank->num_notifies = num_notifies;
|
||||
vblank->has_suboptimal = (options & PresentOptionSuboptimal);
|
||||
vblank->flip_idler = FALSE;
|
||||
|
||||
if (pixmap != NULL &&
|
||||
!(options & PresentOptionCopy) &&
|
||||
|
||||
Reference in New Issue
Block a user