projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79bf0bd
)
nouveau: notifier timeout is a float now
author
Ben Skeggs
<skeggsb@gmail.com>
Wed, 4 Feb 2009 11:08:41 +0000
(21:08 +1000)
committer
Ben Skeggs
<skeggsb@gmail.com>
Wed, 4 Feb 2009 11:08:41 +0000
(21:08 +1000)
src/gallium/drivers/nouveau/nouveau_winsys.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/nouveau/nouveau_winsys.h
b/src/gallium/drivers/nouveau/nouveau_winsys.h
index 25e0b05be121800efd42b2231530a783b8af2002..e935ffffc1d74864c91d6dc1040e06b5f0396128 100644
(file)
--- 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,
in
t timeout);
+ int status,
floa
t timeout);
int (*surface_copy)(struct nouveau_winsys *, struct pipe_surface *,
unsigned, unsigned, struct pipe_surface *,