[PATCH] dix: add missing include for DeleteWindowFromAnySelections

Julien Cristau jcristau at debian.org
Sat Aug 17 17:22:42 PDT 2013


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 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>
> 
Keith, can you merge this?

Thanks,
Julien
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.x.org/archives/xorg-devel/attachments/20130818/774fc8b8/attachment.pgp>


More information about the xorg-devel mailing list