1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00
emacs/lwlib
Dave Love db0e17de66 Remove obsolete USE_OLIT code.
[PROTOTYPES]: Provide ISO C arglists for functions with Boolean
args.
(lwlib_memset): Declare length arg as size_t.
(malloc_widget_value): Cast arg of lwlib_memset.
2002-11-20 19:26:18 +00:00
..
.gitignore
ChangeLog Remove obsolete USE_OLIT code. 2002-11-20 19:26:18 +00:00
COPYING New file. 2001-12-08 20:59:54 +00:00
lwlib-int.h
lwlib-utils.c Include ../src/lisp.h. 2001-12-02 05:00:27 +00:00
lwlib-utils.h
lwlib-Xaw.c (xaw_update_scrollbar, xaw_scrollbar_scroll) 2002-01-27 18:18:38 +00:00
lwlib-Xaw.h
lwlib-Xlw.c Include ../src/lisp.h. 2001-12-02 05:00:27 +00:00
lwlib-Xlw.h
lwlib-Xm.c Remove compiler warning 2002-04-22 18:25:55 +00:00
lwlib-Xm.h
lwlib.c Remove obsolete USE_OLIT code. 2002-11-20 19:26:18 +00:00
lwlib.h
Makefile.in Remove OpenLook file dependencies. 2002-04-28 13:35:36 +00:00
README
xlwmenu.c (separator_height): Prototype. 2002-11-20 19:19:14 +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.