Fix bug #45773 (needless #inclusion of cairo-xlib.h)
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 27 Feb 2016 19:50:27 +0000 (20:50 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 27 Feb 2016 19:50:27 +0000 (20:50 +0100)
As this header no longer exists this was causing a compilation error.
In the GTK version they are of course never needed, and the draw.c
that is also part of an Xaw build also does not call any function to
draw on an Xaw surface directly.

draw.c
gtk/xboard.c
gtk/xoptions.c

diff --git a/draw.c b/draw.c
index 01add14..b4f29f1 100644 (file)
--- a/draw.c
+++ b/draw.c
@@ -54,7 +54,6 @@
 #include <stdio.h>
 #include <math.h>
 #include <cairo/cairo.h>
-#include <cairo/cairo-xlib.h>
 #include <librsvg/rsvg.h>
 #include <librsvg/rsvg-cairo.h>
 #include <pango/pangocairo.h>
index c05d5ab..328e08d 100644 (file)
@@ -62,7 +62,6 @@
 #include <pwd.h>
 #include <math.h>
 #include <cairo/cairo.h>
-#include <cairo/cairo-xlib.h>
 #include <gtk/gtk.h>
 
 #if !OMIT_SOCKETS
index 5880751..546790e 100644 (file)
@@ -48,7 +48,6 @@ extern char *getenv();
 #include <stdint.h>
 
 #include <cairo/cairo.h>
-#include <cairo/cairo-xlib.h>
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
 #ifdef OSXAPP