1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-19 01:10:57 -08:00
emacs/lwlib
Gregory Heytings 8efee422e1 Re-enable the disabledForeground X resource.
* doc/emacs/xresources.texi (Lucid Resources): Document the resource.
Also document the 'cursor' resource (bug#52052).
* lwlib/xlwmenu.c (make_drawing_gcs): Re-enable the use of the
disabledForeground resource.  The use of this X resource was disabled
without reason in commit ef93458b2f by overwriting its value with the
value of the foreground resource.
2021-11-24 11:55:58 +01:00
..
ChangeLog.1
COPYING
deps.mk
lwlib-int.h
lwlib-utils.c
lwlib-utils.h
lwlib-widget.h
lwlib-Xaw.c
lwlib-Xaw.h
lwlib-Xlw.c
lwlib-Xlw.h
lwlib-Xm.c
lwlib-Xm.h
lwlib.c
lwlib.h
Makefile.in
README
xlwmenu.c Re-enable the disabledForeground X resource. 2021-11-24 11:55:58 +01:00
xlwmenu.h New X resource to control the border thickness of menus 2021-11-16 09:00:24 +01:00
xlwmenuP.h New X resource to control the border thickness of menus 2021-11-16 09:00:24 +01:00

This subdirectory contains the Lucid Widget Library (lwlib), which
provides a uniform interface to a few different X toolkits.  The
library was written by Lucid, Inc and released under the terms of the
GPL version 1 (or later).  It is not considered part of GNU Emacs.

This version of the library differs from the original as described in
the ChangeLog.1 file.