1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00
emacs/lwlib
Dan Nicolaescu d8825aa36e Remove alternative K&R declarations.
* lwlib/lwlib.c (allocate_widget_instance, get_widget_info)
(get_widget_instance, find_instance, set_one_value)
(update_one_widget_instance, update_all_widget_values)
(lw_modify_all_widgets, lw_get_widget, lw_make_widget)
(lw_create_widget, lw_pop_all_widgets, lw_show_busy)
(lw_refigure_widget, lw_allow_resizing): Remove alternative K&R
declarations.
* lwlib/lwlib-Xlw.c (xlw_update_one_widget):
(xlw_pop_instance): Likewise.
* lwlib/lwlib-Xaw.c (xaw_update_one_widget, xaw_pop_instance):
Likewise.
* lwlib/lwlib-Xm.c (P_): Remove.

* src/xdisp.c (store_mode_line_noprop_char): Remove K&R alternative declaration.
2010-07-07 22:42:59 -07:00
..
.gitignore
ChangeLog Remove alternative K&R declarations. 2010-07-07 22:42:59 -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 Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp 2010-07-08 00:18:28 +02:00
lwlib-utils.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
lwlib-Xaw.c Remove alternative K&R declarations. 2010-07-07 22:42:59 -07:00
lwlib-Xaw.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
lwlib-Xlw.c Remove alternative K&R declarations. 2010-07-07 22:42:59 -07:00
lwlib-Xlw.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
lwlib-Xm.c Remove alternative K&R declarations. 2010-07-07 22:42:59 -07:00
lwlib-Xm.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
lwlib.c Remove alternative K&R declarations. 2010-07-07 22:42:59 -07:00
lwlib.h Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp 2010-07-08 00:18:28 +02: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 Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp 2010-07-08 00:18:28 +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.