From 2adc5c45c1126fc26fb757ddf5b9df5fd0d907eb Mon Sep 17 00:00:00 2001 From: Xaver Hugl Date: Mon, 17 Oct 2022 16:31:05 +0200 Subject: present: add support for PresentOptionAsyncMayTear MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Xaver Hugl Acked-by: Michel Dänzer Reviewed-by: Olivier Fourdan --- present/present.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'present/present.c') diff --git a/present/present.c b/present/present.c index 271fe32bc..211868341 100644 --- a/present/present.c +++ b/present/present.c @@ -157,7 +157,7 @@ present_get_target_msc(uint64_t target_msc_arg, uint64_t remainder, uint32_t options) { - const Bool synced_flip = !(options & PresentOptionAsync); + const Bool synced_flip = !(options & PresentAllAsyncOptions); uint64_t target_msc; /* If the specified target-msc lies in the future, then this -- cgit v1.2.3