[Mesa-dev] [PATCH] st/xorg: Include u_surface.h for u_copy_rect

Marc Dietrich marvin24 at gmx.de
Tue Oct 1 14:33:40 PDT 2013


Am Dienstag, 1. Oktober 2013, 11:16:49 schrieb Alex Deucher:
> Fixes build errors.
> 
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
> ---
>  src/gallium/state_trackers/xorg/xorg_crtc.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/gallium/state_trackers/xorg/xorg_crtc.c
> b/src/gallium/state_trackers/xorg/xorg_crtc.c index 3cbffb5..0ab41b4 100644
> --- a/src/gallium/state_trackers/xorg/xorg_crtc.c
> +++ b/src/gallium/state_trackers/xorg/xorg_crtc.c
> @@ -53,6 +53,7 @@
>  #include "state_tracker/drm_driver.h"
>  #include "util/u_inlines.h"
>  #include "util/u_rect.h"
> +#include "util/u_surface.h"

shoudn't this be s/u_rect/u_suface/ instead?

Marc


More information about the mesa-dev mailing list