1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00
emacs/lwlib
Dan Nicolaescu ed6281b066 Reduce CPP usage.
* Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
definitions and undefs.  Inline definitions in the only user.
(ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.

* Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf.

* Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf.

* configure.in (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
2010-04-26 22:24:53 -07:00
..
.gitignore
ChangeLog Reduce CPP usage. 2010-04-26 22:24:53 -07:00
COPYING Change to GPLv3. 2007-07-25 07:00:38 +00:00
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 Reduce CPP usage. 2010-04-26 22:24:53 -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.