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

2013-08-17 Thread Keith Packard
Alan Coopersmith  writes:

> Reviewed-by: Alan Coopersmith 

Merged.
   6a49f88..fe7463b  master -> master

-- 
keith.pack...@intel.com


pgpc7zapUof1l.pgp
Description: PGP signature


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

2013-08-17 Thread Julien Cristau
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 
> >Signed-off-by: Julien Cristau 
> >---
> >  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 
> 
Keith, can you merge this?

Thanks,
Julien


signature.asc
Description: Digital signature


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

2013-07-27 Thread Alan Coopersmith

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 
Signed-off-by: Julien Cristau 
---
  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-  alan.coopersm...@oracle.com
 Oracle Solaris Engineering - http://blogs.oracle.com/alanc


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/51f405b1.6060...@oracle.com



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

2013-07-27 Thread Julien Cristau
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 
Signed-off-by: Julien Cristau 
---
 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"
-- 
1.7.10.4


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1374919747-29045-1-git-send-email-jcris...@debian.org