Mercurial > emacs
changeset 2126:616aeb5c1432
* xrdb.c (get_user_db): Since xrdb.c doesn't #include xterm.h,
we can't test HAVE_X11R4 to see how we should get the resource
manager string; cheat.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 11 Mar 1993 07:18:48 +0000 |
parents | 0920d8d995d0 |
children | adaf588e32a6 |
files | src/xrdb.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xrdb.c Thu Mar 11 07:18:15 1993 +0000 +++ b/src/xrdb.c Thu Mar 11 07:18:48 1993 +0000 @@ -292,7 +292,7 @@ XrmDatabase db; char *xdefs; -#ifdef HAVE_X11R4 +#ifdef PBaseSize /* Cheap way to test for X11R4 or later. */ xdefs = XResourceManagerString (display); #else xdefs = display->xdefaults;