diff options
author | Ben Skeggs <[email protected]> | 2009-02-04 21:08:41 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2009-02-04 21:08:41 +1000 |
commit | ee97bcc66c270a8a5152988213190d910302a0dd (patch) | |
tree | e42647027367e4aea1b9bdc78ba60a85dbc262ed /src/gallium/drivers/nouveau | |
parent | 79bf0bdc7ffe97ec128e5dd143c4ed54648aae42 (diff) |
nouveau: notifier timeout is a float now
Diffstat (limited to 'src/gallium/drivers/nouveau')
-rw-r--r-- | src/gallium/drivers/nouveau/nouveau_winsys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_winsys.h b/src/gallium/drivers/nouveau/nouveau_winsys.h index 25e0b05be12..e935ffffc1d 100644 --- a/src/gallium/drivers/nouveau/nouveau_winsys.h +++ b/src/gallium/drivers/nouveau/nouveau_winsys.h @@ -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 *, |