nouveau: notifier timeout is a float now

This commit is contained in:
Ben Skeggs 2009-02-04 21:08:41 +10:00
parent 79bf0bdc7f
commit ee97bcc66c

View file

@ -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 *,