1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00
emacs/lwlib
Glenn Morris e9bcdbf77c Missing lwlib part of earlier C_SWITCH commit.
* lwlib/Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE):
Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ instead of
@c_switch_system@, @c_switch_machine@.
2010-05-03 20:20:50 -07:00
..
.gitignore
ChangeLog Missing lwlib part of earlier C_SWITCH commit. 2010-05-03 20:20:50 -07:00
COPYING
lwlib-int.h Use XFT in Lucid dialogs if available. 2010-04-11 20:25:09 +02:00
lwlib-utils.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
lwlib-utils.h
lwlib-Xaw.c Declarations before code (Bug#5993). 2010-04-21 18:13:55 +02:00
lwlib-Xaw.h
lwlib-Xlw.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
lwlib-Xlw.h
lwlib-Xm.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
lwlib-Xm.h
lwlib.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
lwlib.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
Makefile.in Missing lwlib part of earlier C_SWITCH commit. 2010-05-03 20:20:50 -07:00
README Remove silly examples of changes. 2010-02-03 21:21:40 -08:00
xlwmenu.c Declarations before code (Bug#5993). 2010-04-21 18:13:55 +02: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.