nouveau: notifier timeout is a float now
authorBen Skeggs <skeggsb@gmail.com>
Wed, 4 Feb 2009 11:08:41 +0000 (21:08 +1000)
committerBen Skeggs <skeggsb@gmail.com>
Wed, 4 Feb 2009 11:08:41 +0000 (21:08 +1000)
src/gallium/drivers/nouveau/nouveau_winsys.h

index 25e0b05be121800efd42b2231530a783b8af2002..e935ffffc1d74864c91d6dc1040e06b5f0396128 100644 (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 *,