vl/dri3: fix warning about incompatible pointer type
authorNayan Deshmukh <nayan26deshmukh@gmail.com>
Sat, 1 Oct 2016 05:22:52 +0000 (10:52 +0530)
committerLeo Liu <leo.liu@amd.com>
Mon, 3 Oct 2016 16:51:30 +0000 (12:51 -0400)
Signed-off-by: Nayan Deshmukh <nayan26deshmukh@gmail.com>
Reviewed-by: Leo Liu <leo.liu@amd.com>
src/gallium/auxiliary/vl/vl_winsys_dri3.c

index 191a64bd4ff68cb221f5d396e4d14228cf97211e..29299289feabdc044d326e0fddf66c1670b6ba08 100644 (file)
@@ -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