mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 12:00:41 +02:00
nouveau: notifier timeout is a float now
This commit is contained in:
parent
79bf0bdc7f
commit
ee97bcc66c
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ struct nouveau_winsys {
|
|||
uint32_t (*notifier_status)(struct nouveau_notifier *, int id);
|
||||
uint32_t (*notifier_retval)(struct nouveau_notifier *, int id);
|
||||
int (*notifier_wait)(struct nouveau_notifier *, int id,
|
||||
int status, int timeout);
|
||||
int status, float timeout);
|
||||
|
||||
int (*surface_copy)(struct nouveau_winsys *, struct pipe_surface *,
|
||||
unsigned, unsigned, struct pipe_surface *,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue