[PATCH 1/2] mi: do not use X11/extensions/shape.h header from libXext

Mikhail Gusarov dottedmag at dottedmag.net
Fri Jun 11 07:03:40 PDT 2010


Signed-off-by: Mikhail Gusarov <dottedmag at dottedmag.net>
Tested-by: Dan Nicholson <dbn.lists at gmail.com>
---
 mi/miwindow.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mi/miwindow.c b/mi/miwindow.c
index 51c5cc8..25dd1c0 100644
--- a/mi/miwindow.c
+++ b/mi/miwindow.c
@@ -50,7 +50,7 @@ SOFTWARE.
 #endif
 
 #include <X11/X.h>
-#include <X11/extensions/shape.h>
+#include <X11/extensions/shapeconst.h>
 #include "regionstr.h"
 #include "region.h"
 #include "mi.h"
-- 
1.7.1



More information about the xorg-devel mailing list