1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-12 10:44:12 -08:00
emacs/lwlib
Dan Nicolaescu c3174d16e2 Convert function definitions in lwlib files to standard C.
* lwlib/lwlib-Xaw.c: Convert function definitions to standard C.
* lwlib/lwlib-Xlw.c:
* lwlib/lwlib-utils.c:
* lwlib/lwlib.c:
* lwlib/lwlib.h:
* lwlib/xlwmenu.c: Likewise.
2010-07-03 22:47:55 -07:00
..
.gitignore
ChangeLog Convert function definitions in lwlib files to standard C. 2010-07-03 22:47:55 -07:00
COPYING
lwlib-int.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
lwlib-utils.c Convert function definitions in lwlib files to standard C. 2010-07-03 22:47:55 -07:00
lwlib-utils.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
lwlib-Xaw.c Convert function definitions in lwlib files to standard C. 2010-07-03 22:47:55 -07:00
lwlib-Xaw.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
lwlib-Xlw.c Convert function definitions in lwlib files to standard C. 2010-07-03 22:47:55 -07:00
lwlib-Xlw.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
lwlib-Xm.c Remove __P and P_ from .c and .m files and definition of P_ 2010-07-02 14:19:53 +02:00
lwlib-Xm.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
lwlib.c Convert function definitions in lwlib files to standard C. 2010-07-03 22:47:55 -07:00
lwlib.h Convert function definitions in lwlib files to standard C. 2010-07-03 22:47:55 -07:00
Makefile.in
README
xlwmenu.c Convert function definitions in lwlib files to standard C. 2010-07-03 22:47:55 -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.