1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
emacs/lwlib
Paul Eggert 1d71c1d9de Fix minor problems found by static checking.
* lwlib/lwlib-Xaw.h (xaw_update_one_value, xaw_popup_menu):
* lwlib/lwlib-Xlw.h (xlw_update_one_value, xlw_pop_instance):
* lwlib/lwlib.h (lw_allow_resizing, lw_set_main_areas) [!USE_MOTIF]:
Now const.
* src/widget.c (resize_cb): Remove unused local.
2013-06-30 09:14:22 -07:00
..
.gitignore
ChangeLog Fix minor problems found by static checking. 2013-06-30 09:14:22 -07:00
COPYING
lwlib-int.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
lwlib-utils.c Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
lwlib-utils.h * lwlib-utils.h, lwlib-utils.c (XtSafelyDestroyWidget): Remove; unused. 2011-04-15 18:41:12 -07:00
lwlib-Xaw.c Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
lwlib-Xaw.h Fix minor problems found by static checking. 2013-06-30 09:14:22 -07:00
lwlib-Xlw.c Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
lwlib-Xlw.h Fix minor problems found by static checking. 2013-06-30 09:14:22 -07:00
lwlib-Xm.c Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
lwlib-Xm.h Use URLs, not Boston addresses, in copyright notices. 2012-12-31 07:34:32 -08:00
lwlib.c Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
lwlib.h Fix minor problems found by static checking. 2013-06-30 09:14:22 -07:00
Makefile.in Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
README Remove silly examples of changes. 2010-02-03 21:21:40 -08:00
xlwmenu.c Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
xlwmenu.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
xlwmenuP.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00: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.