From b7a0f2e1f769314d88d902c8506250d18393d359 Mon Sep 17 00:00:00 2001 From: Nayan Deshmukh Date: Sat, 1 Oct 2016 10:52:52 +0530 Subject: [PATCH] vl/dri3: fix warning about incompatible pointer type Signed-off-by: Nayan Deshmukh Reviewed-by: Leo Liu --- src/gallium/auxiliary/vl/vl_winsys_dri3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/vl/vl_winsys_dri3.c b/src/gallium/auxiliary/vl/vl_winsys_dri3.c index 191a64b..2929928 100644 --- a/src/gallium/auxiliary/vl/vl_winsys_dri3.c +++ b/src/gallium/auxiliary/vl/vl_winsys_dri3.c @@ -85,7 +85,7 @@ struct vl_dri3_screen int64_t last_ust, ns_frame, last_msc, next_msc; bool flushed; - bool is_different_gpu; + int is_different_gpu; }; static void -- 2.7.4