1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
emacs/lwlib
Sam Steingold 5c520e0aba * xlwmenu.c: Before including <X11/Xos.h> on SUN, define SUNOS41
to avoid redefining struct timeval and struct timezone.
2000-09-28 20:30:52 +00:00
..
.gitignore *** empty log message *** 2000-09-21 15:08:55 +00:00
ChangeLog * xlwmenu.c: Before including <X11/Xos.h> on SUN, define SUNOS41 2000-09-28 20:30:52 +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 (XtApplyToWidgets): Cast args of lwlib_bcopy. 2000-07-18 12:41:55 +00:00
lwlib-utils.h Enable prototypes. 2000-06-06 14:12:10 +00:00
lwlib-Xaw.c Use NULL at the end of the 2000-08-03 20:09:56 +00:00
lwlib-Xaw.h Enable prototypes. 2000-06-06 14:12:10 +00:00
lwlib-Xlw.c (xlw_popup_menu): Cast arg of pop_up_menu. 2000-06-23 13:59:33 +00:00
lwlib-Xlw.h Enable prototypes. 2000-06-06 14:12:10 +00:00
lwlib-Xm.c Use NULL at the end of the 2000-08-03 20:09:56 +00:00
lwlib-Xm.h Enable prototypes. 2000-06-06 14:12:10 +00:00
lwlib-Xol.c
lwlib-Xol.h
lwlib-Xolmb.c
lwlib-Xolmb.h
lwlib-XolmbP.h
lwlib.c Use NULL at the end of the 2000-08-03 20:09:56 +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 * xlwmenu.c: Before including <X11/Xos.h> on SUN, define SUNOS41 2000-09-28 20:30:52 +00:00
xlwmenu.h Enable prototypes. 2000-06-06 14:12:10 +00:00
xlwmenuP.h (_XlwMenu_part): Add free_top_shadow_color_p and 2000-06-16 18:33:58 +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.