diff options
Diffstat (limited to 'present/present_wnmd.c')
-rw-r--r-- | present/present_wnmd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/present/present_wnmd.c b/present/present_wnmd.c index 035ae8ffe..8f3836440 100644 --- a/present/present_wnmd.c +++ b/present/present_wnmd.c @@ -188,10 +188,11 @@ present_wnmd_flip_notify(present_vblank_ptr vblank, uint64_t ust, uint64_t crtc_ window_priv->flip_active = vblank; window_priv->flip_pending = NULL; + present_vblank_notify(vblank, PresentCompleteKindPixmap, PresentCompleteModeFlip, ust, crtc_msc); + if (vblank->abort_flip) present_wnmd_flips_stop(window); - present_vblank_notify(vblank, PresentCompleteKindPixmap, PresentCompleteModeFlip, ust, crtc_msc); present_wnmd_flip_try_ready(window); } |