mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
present: Fix swapping of PresentCompleteNotify events
The code would fall through to the PresentIdleNotify case, and nothing good would come of it. Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
@@ -91,6 +91,7 @@ present_event_swap(xGenericEvent *from, xGenericEvent *to)
|
||||
swapl(&c->serial);
|
||||
swapll(&c->ust);
|
||||
swapll(&c->msc);
|
||||
break;
|
||||
}
|
||||
case PresentIdleNotify:
|
||||
{
|
||||
@@ -99,6 +100,7 @@ present_event_swap(xGenericEvent *from, xGenericEvent *to)
|
||||
swapl(&c->window);
|
||||
swapl(&c->serial);
|
||||
swapl(&c->idle_fence);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user