1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
emacs/lwlib
Pavel Janík ef93458b2f (make_drawing_gcs): The scaling factor passed to
`x_alloc_lighter_color_for_widget' is a float, not an int, and it's
a multiplicative factor, so the name `delta' is inaccurate.  Always base
disabled foreground on the normal foreground.  Don't use the temporary
variable `temp'.
2002-05-07 05:22:48 +00:00
..
.gitignore *** empty log message *** 2000-09-21 15:08:55 +00:00
ChangeLog (make_drawing_gcs): The scaling factor passed to 2002-05-07 05:22:48 +00:00
COPYING New file. 2001-12-08 20:59:54 +00:00
lwlib-int.h Enable prototypes. 2000-06-06 14:12:10 +00:00
lwlib-utils.c Include ../src/lisp.h. 2001-12-02 05:00:27 +00:00
lwlib-utils.h Enable prototypes. 2000-06-06 14:12:10 +00:00
lwlib-Xaw.c (xaw_update_scrollbar, xaw_scrollbar_scroll) 2002-01-27 18:18:38 +00:00
lwlib-Xaw.h Enable prototypes. 2000-06-06 14:12:10 +00:00
lwlib-Xlw.c Include ../src/lisp.h. 2001-12-02 05:00:27 +00:00
lwlib-Xlw.h Enable prototypes. 2000-06-06 14:12:10 +00:00
lwlib-Xm.c Remove compiler warning 2002-04-22 18:25:55 +00:00
lwlib-Xm.h Enable prototypes. 2000-06-06 14:12:10 +00:00
lwlib.c (instantiate_widget_instance): Remove duplicated prototype. 2002-04-28 13:19:45 +00:00
lwlib.h (_widget_value): `help' has type Lisp_Object. 2001-12-02 04:55:06 +00:00
Makefile.in Remove OpenLook file dependencies. 2002-04-28 13:35:36 +00:00
README # 1999-09-30 21:29:02 +00:00
xlwmenu.c (make_drawing_gcs): The scaling factor passed to 2002-05-07 05:22:48 +00:00
xlwmenu.h (XtNdisabledForeground, XtCDisabledForeground): New resource names. 2002-05-06 18:54:56 +00:00
xlwmenuP.h (_XlwMenu_part): Add new member `disabled_foreground'. 2002-05-06 18:54:28 +00:00

This subdirectory contains the lwlib library which provides a uniform
interface to a few different X toolkits.  The library was written by Lucid.
This version has changes in the makefile to fit in with Emacs's configure
script, and some source files have been renamed to fit in 14 characters.