1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00
emacs/lwlib
Dave Love a57a160552 (x_alloc_nearest_color_for_widget, x_catch_errors, x_uncatch_errors)
(x_had_errors_p, x_clear_errors): Add prototypes -- should be moved
into separate header.
(make_shadow_gcs) <x_alloc_nearest_color_for_widget>: Cast first arg.
(Start) <pop_up_menu>: Cast second arg.
2000-06-06 14:21:15 +00:00
..
ChangeLog *** empty log message *** 2000-03-12 17:01:50 +00:00
dispatch.c Add support for large files, plus some locale improvements. 1999-10-19 07:21:16 +00:00
dispatch.h # 1999-09-30 21:29:02 +00:00
Imakefile # 1999-09-30 21:29:02 +00:00
lwlib-int.h Enable prototypes. 2000-06-06 14:12:10 +00:00
lwlib-utils.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
lwlib-utils.h Enable prototypes. 2000-06-06 14:12:10 +00:00
lwlib-Xaw.c (xaw_popup_menu): Add EVENT arg. 2000-06-06 14:07:57 +00:00
lwlib-Xaw.h Enable prototypes. 2000-06-06 14:12:10 +00:00
lwlib-Xlw.c (highlight_hook): New function. 2000-01-17 09:09:39 +00:00
lwlib-Xlw.h Enable prototypes. 2000-06-06 14:12:10 +00:00
lwlib-Xm.c (P_): Use PROTOTYPES. 2000-06-06 14:13:17 +00:00
lwlib-Xm.h Enable prototypes. 2000-06-06 14:12:10 +00:00
lwlib-Xol.c Comment fixes. 1996-01-05 00:45:43 +00:00
lwlib-Xol.h entered into RCS 1994-01-18 23:52:19 +00:00
lwlib-Xolmb.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
lwlib-Xolmb.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
lwlib-XolmbP.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
lwlib.c (P_): Use PROTOTYPES. 2000-06-06 14:15:49 +00:00
lwlib.h Enable prototypes. 2000-06-06 14:12:10 +00:00
Makefile.in (lwlib.o): Depend on lwlib-Xlw.h. 2000-06-06 14:05:40 +00:00
README # 1999-09-30 21:29:02 +00:00
xlwmenu.c (x_alloc_nearest_color_for_widget, x_catch_errors, x_uncatch_errors) 2000-06-06 14:21:15 +00:00
xlwmenu.h Enable prototypes. 2000-06-06 14:12:10 +00:00
xlwmenuP.h (_XlwMenu_part): Add `highlight' callback list. 2000-01-17 09:11:23 +00:00
xrdb-cpp.c Add support for large files, plus some locale improvements. 1999-10-19 07:21:16 +00:00
xrdb.c Add support for large files, plus some locale improvements. 1999-10-19 07:21:16 +00:00

This subdirectory contains the lwlib library which provides a uniform
interface to a few different X toolkits.  The library was written by Lucid.
This version has changes in the makefile to fit in with Emacs's configure
script, and some source files have been renamed to fit in 14 characters.