mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
vl/dri3: fix warning about incompatible pointer type
Signed-off-by: Nayan Deshmukh <nayan26deshmukh@gmail.com> Reviewed-by: Leo Liu <leo.liu@amd.com>
This commit is contained in:
parent
903d00cd32
commit
b7a0f2e1f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue