From 6325fdd6cf69aeefdf54d5725ad1242844e4e2af Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 22 Feb 2014 03:15:42 +0000 Subject: pipe-loader: use bool type for pipe_loader_drm_probe_fd() v2: Rebase on top of the rendernode changes. Signed-off-by: Emil Velikov Reviewed-by: Jakob Bornecrantz (v1) Reviewed-by: Francisco Jerez (v1) --- src/gallium/auxiliary/pipe-loader/pipe_loader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/auxiliary/pipe-loader/pipe_loader.h') diff --git a/src/gallium/auxiliary/pipe-loader/pipe_loader.h b/src/gallium/auxiliary/pipe-loader/pipe_loader.h index 0064011..ce2118f 100644 --- a/src/gallium/auxiliary/pipe-loader/pipe_loader.h +++ b/src/gallium/auxiliary/pipe-loader/pipe_loader.h @@ -132,7 +132,7 @@ pipe_loader_drm_probe(struct pipe_loader_device **devs, int ndev); * \param auth_x If true, the pipe-loader will attempt to * authenticate with the X server. */ -boolean +bool pipe_loader_drm_probe_fd(struct pipe_loader_device **dev, int fd, boolean auth_x); -- cgit v1.1