mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-04 23:50:18 +01:00
[xlib] Drop XrmFinalize() stuff. That didn't ever exist in any public X server
This commit is contained in:
parent
17f6174bb2
commit
7de96a1faa
2 changed files with 0 additions and 9 deletions
|
|
@ -242,10 +242,6 @@ CAIRO_BACKEND_ENABLE(xlib, Xlib, xlib, XLIB_SURFACE, auto, [
|
|||
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)"
|
||||
|
|
|
|||
|
|
@ -376,9 +376,4 @@ void
|
|||
_cairo_xlib_screen_reset_static_data (void)
|
||||
{
|
||||
_cairo_xlib_screen_info_reset ();
|
||||
|
||||
#if HAVE_XRMFINALIZE
|
||||
XrmFinalize ();
|
||||
#endif
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue