From 7d9396d7cfd4d9472e05f83bf20d7278d37efb4d Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sat, 29 May 2010 15:39:51 +0200 Subject: r600g: fix gallium function parameters --- src/gallium/winsys/r600/drm/r600_drm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gallium/winsys/r600/drm/r600_drm.c') diff --git a/src/gallium/winsys/r600/drm/r600_drm.c b/src/gallium/winsys/r600/drm/r600_drm.c index b69af5e111..b772ff0dd9 100644 --- a/src/gallium/winsys/r600/drm/r600_drm.c +++ b/src/gallium/winsys/r600/drm/r600_drm.c @@ -34,8 +34,7 @@ #include "r600_screen.h" #include "r600_texture.h" -static struct pipe_screen *r600_drm_create_screen(struct drm_api* api, int drmfd, - struct drm_create_screen_arg *arg) +static struct pipe_screen *r600_drm_create_screen(struct drm_api* api, int drmfd) { struct radeon *rw = radeon_new(drmfd, 0); -- cgit v1.2.3