[cairo-commit] configure.in src/cairo-xlib-screen.c

Behdad Esfahbod behdad at kemper.freedesktop.org
Thu Mar 1 15:00:31 PST 2007


 configure.in            |    4 ----
 src/cairo-xlib-screen.c |    5 -----
 2 files changed, 9 deletions(-)

New commits:
diff-tree 7de96a1faabfc2aa84dac38f5b63c2ba3538bb3c (from 17f6174bb2b877447e524715792c7adc84fb25e4)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Thu Mar 1 18:00:23 2007 -0500

    [xlib] Drop XrmFinalize() stuff.  That didn't ever exist in any public X server

diff --git a/configure.in b/configure.in
index b274a21..bce003b 100644
--- a/configure.in
+++ b/configure.in
@@ -242,10 +242,6 @@ CAIRO_BACKEND_ENABLE(xlib, Xlib, xlib, X
 		     fi])
 ])
 
-if test "x$use_xlib" = xyes; then
-  _CHECK_FUNCS_WITH_FLAGS(XrmFinalize, $xlib_CFLAGS, $xlib_LIBS)
-fi
-
 CAIRO_BACKEND_ENABLE(xlib_xrender, Xlib Xrender, xlib-xrender, XLIB_XRENDER_SURFACE, auto, [
   if test "x$use_xlib" != "xyes"; then
     use_xlib_xrender="no (requires --enable-xlib)"
diff --git a/src/cairo-xlib-screen.c b/src/cairo-xlib-screen.c
index cbdb540..2316fe1 100644
--- a/src/cairo-xlib-screen.c
+++ b/src/cairo-xlib-screen.c
@@ -376,9 +376,4 @@ void
 _cairo_xlib_screen_reset_static_data (void)
 {
     _cairo_xlib_screen_info_reset ();
-
-#if HAVE_XRMFINALIZE
-    XrmFinalize ();
-#endif
-
 }


More information about the cairo-commit mailing list