[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#701372: [PATCH] dix: add missing include for DeleteWindowFromAnySelections



On Sat, Jul 27, 2013 at 10:38:57 -0700, Alan Coopersmith wrote:

> 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@debian.org>
> >Signed-off-by: Julien Cristau <jcristau@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@oracle.com>
> 
Keith, can you merge this?

Thanks,
Julien

Attachment: signature.asc
Description: Digital signature


Reply to: