From bbda2b4990ca2e24720cff340da6dffc18eda159 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Wed, 25 Mar 2015 16:37:00 -0600 Subject: [PATCH] xgl: xglWaitForFences timeout units bug #13425 header: r29769 (0.62.0) v2: cast uint64_t to int64_t with range check (olv) --- include/xgl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xgl.h b/include/xgl.h index 8308c6f..7954643 100644 --- a/include/xgl.h +++ b/include/xgl.h @@ -2538,7 +2538,7 @@ XGL_RESULT XGLAPI xglWaitForFences( uint32_t fenceCount, const XGL_FENCE* pFences, bool32_t waitAll, - uint64_t timeout); + uint64_t timeout); // timeout in nanoseconds // Queue semaphore functions -- 2.7.4