[PATCH] dix: add missing include for DeleteWindowFromAnySelections

Alan Coopersmith alan.coopersmith at oracle.com
Sat Jul 27 10:38:57 PDT 2013


On 07/27/13 03:09 AM, Julien Cristau wrote:
> Fixes build error with XACE disabled:
> window.c:886:5: error: implicit declaration of function 'DeleteWindowFromAnySelections' [-Werror=implicit-function-declaration]
>       DeleteWindowFromAnySelections(pWin);
>       ^
>
> Debian bug#701372
>
> Reported-by: Matthias Klose <doko at debian.org>
> Signed-off-by: Julien Cristau <jcristau at debian.org>
> ---
>   dix/window.c |    1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/dix/window.c b/dix/window.c
> index 8950f97..9fa51c2 100644
> --- a/dix/window.c
> +++ b/dix/window.c
> @@ -126,6 +126,7 @@ Equipment Corporation.
>   #ifdef COMPOSITE
>   #include "compint.h"
>   #endif
> +#include "selection.h"
>
>   #include "privates.h"
>   #include "xace.h"
>

Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

-- 
	-Alan Coopersmith-              alan.coopersmith at oracle.com
	 Oracle Solaris Engineering - http://blogs.oracle.com/alanc


More information about the xorg-devel mailing list