Files
xserver/Xext
Thierry Reding 63bb5c5ef1 xv: Add missing gcstruct.h include
Commit ea3f3b0786 (xv: Move xf86 XV color key helper to core.) added
code that uses internals of struct _GC. This structure is defined in the
include/gcstruct.h header which wasn't included by the source file, only
gc.h was. That caused the following build failure:

	  CC       xvmain.lo
	Xext/xvmain.c: In function 'XvFillColorKey':
	Xext/xvmain.c:1114:13: error: dereferencing pointer to incomplete type
	         (*gc->ops->PolyFillRect) (pDraw, gc, nbox, rects);
	             ^

Fix this by including the correct header file.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Tested-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
2014-10-31 07:00:01 -07:00
..
2014-01-12 10:24:11 -08:00
2012-03-21 13:54:42 -07:00
2014-07-29 09:52:22 -04:00
2014-01-12 10:24:11 -08:00
2014-02-09 10:41:18 +01:00
2012-03-21 13:54:42 -07:00
2014-01-12 10:24:11 -08:00
2014-01-12 10:24:11 -08:00
2012-03-21 13:54:42 -07:00
2014-01-12 10:24:11 -08:00
2012-03-21 13:54:42 -07:00
2014-01-12 10:24:11 -08:00
2014-10-31 07:00:01 -07:00
2014-01-12 10:24:11 -08:00
2014-01-12 10:24:11 -08:00