Change default background color to #005060 (from icewm).

Change default background color to #005060 (from icewm).
This commit is contained in:
Elliot Lee 1999-02-08 21:41:06 +00:00
parent f8b1a6c19d
commit 1dc0708a5a
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
1999-02-08 Elliot Lee <sopwith@redhat.com>
* capplets/background-properties/properties-background.c:
Change default background color to #005060 (from icewm).
Mon Feb 8 00:42:56 1999 Frank Belew <frb@umr.edu>
* capplets/background-properties/properties-background.c: add
prototypes for printState, copyState and backgroun_ok.

View file

@ -69,6 +69,10 @@ have_libesd=no
AM_PATH_ESD(,have_libesd=yes,
[AC_MSG_WARN([*** \`esd-manager' will not be built ***])])
AM_CONDITIONAL(HAVE_LIBESD, test yes = $have_libesd)
if test "$have_libesd" = yes; then
AC_DEFINE(HAVE_ESD)
AC_DEFINE(HAVE_LIBESD)
fi
AM_PATH_IMLIB(1.8.2, , [
echo "ERROR: Needs a system with Imlib 1.8.2 or higher"