1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
emacs/lwlib
Stefan Monnier 73d798d5ae * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
* lwlib/Makefile.in (TOOLKIT_DEFINES): Remove.
* src/Makefile.in (TOOLKIT_DEFINES): Remove.
(LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
2008-04-18 15:48:06 +00:00
..
.gitignore
ChangeLog * configure.in: Define USE_LUCID/USE_MOTIF in config.h. 2008-04-18 15:48:06 +00:00
COPYING
lwlib-int.h
lwlib-utils.c
lwlib-utils.h
lwlib-Xaw.c Merge from emacs--rel--22 2008-01-08 20:46:54 +00:00
lwlib-Xaw.h
lwlib-Xlw.c
lwlib-Xlw.h
lwlib-Xm.c
lwlib-Xm.h
lwlib.c Merge from emacs--rel--22 2008-01-08 20:46:54 +00:00
lwlib.h
Makefile.in * configure.in: Define USE_LUCID/USE_MOTIF in config.h. 2008-04-18 15:48:06 +00:00
README
xlwmenu.c Merge from emacs--rel--22 2008-01-08 20:46:54 +00: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.  For example, the file "lwlib-int.h" was renamed
from "lwlib-internal.h" in order to fit in 14 characters, and the
makefile adjusted to fit in with Emacs's configure script.