Change default background color to #005060 (from icewm).
Change default background color to #005060 (from icewm).
This commit is contained in:
parent
f8b1a6c19d
commit
1dc0708a5a
2 changed files with 9 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue