1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -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 Change to GPLv3. 2007-07-25 07:00:38 +00:00
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 * lwlib/Makefile.in (mostlyclean): Remove references to non-existent files. 2010-05-14 19:02:28 -07:00
README Remove silly examples of changes. 2010-02-03 21:21:40 -08:00
xlwmenu.c Convert function definitions in lwlib files to standard C. 2010-07-03 22:47:55 -07:00
xlwmenu.h Lucid menus can now use Xft for fonts. 2010-04-08 18:20:32 +02:00
xlwmenuP.h Don't redraw lucid menus more than needed. Use double buffer to reduce flicker. 2010-04-17 19:43:03 +02:00

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.