1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
emacs/lwlib
Dave Love e226063c2f Include lisp.h, not ../src/lisp.h.
(lw_lucid_widget_p): Remove unused `mw'.
(xlw_update_one_widget, xlw_pop_instance) [PROTOTYPES]: Provide
ISO C arglists.
2003-05-22 13:30:20 +00:00
..
.gitignore
ChangeLog *** empty log message *** 2003-04-30 00:13:34 +00:00
COPYING
lwlib-int.h
lwlib-utils.c Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
lwlib-utils.h
lwlib-Xaw.c Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
lwlib-Xaw.h Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
lwlib-Xlw.c Include lisp.h, not ../src/lisp.h. 2003-05-22 13:30:20 +00:00
lwlib-Xlw.h
lwlib-Xm.c Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
lwlib-Xm.h Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
lwlib.c Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
lwlib.h Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
Makefile.in Make things function properly in case both LessTif and Open Motif are installed. 2003-04-30 00:02:23 +00:00
README
xlwmenu.c Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
xlwmenu.h
xlwmenuP.h

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.