1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-20 13:52:31 -07:00
emacs/lwlib
2011-06-06 11:36:36 -07:00
..
.gitignore
ChangeLog Merge: Cons<->int and similar integer overflow fixes. 2011-06-06 11:36:36 -07:00
COPYING
lwlib-int.h
lwlib-utils.c * lwlib-utils.c (XtCompositeChildren): Likewise. 2011-04-16 14:23:30 -07:00
lwlib-utils.h * lwlib-utils.h, lwlib-utils.c (XtSafelyDestroyWidget): Remove; unused. 2011-04-15 18:41:12 -07:00
lwlib-Xaw.c
lwlib-Xaw.h
lwlib-Xlw.c
lwlib-Xlw.h
lwlib-Xm.c * lwlib-Xm.c (make_dialog): Rename local to avoid shadowing. 2011-04-16 14:22:40 -07:00
lwlib-Xm.h
lwlib.c * lwlib.c (first_child) [USE_MOTIF]: Protoize. 2011-04-16 09:42:58 -07:00
lwlib.h
Makefile.in * Makefile.in (ALL_CFLAGS): Add -I$(srcdir)/../lib. 2011-06-06 11:26:04 -07:00
README
xlwmenu.c * xlwmenu.c (MINL): Define only if not emacs. 2011-04-15 18:38:14 -07:00
xlwmenu.h
xlwmenuP.h

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 file.