1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 14:30:42 -08:00
emacs/lwlib
Karoly Lorentey 2dfa0facd9 Install workaround for "X protocol error: BadCursor (invalid Cursor parameter) on protocol request 2"
* lwlib/xlwmenu.c (XlwMenuRealize): Ignore X errors while setting up
  cursor shape.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-483
2006-01-02 07:43:46 +00:00
..
.gitignore
ChangeLog * xlwmenu.c (find_next_selectable): 2005-09-27 18:48:59 +00:00
COPYING Update FSF's address. 2005-07-02 15:46:32 +00:00
lwlib-int.h Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib-utils.c Update FSF's address. 2005-07-04 15:47:28 +00:00
lwlib-utils.h Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib-Xaw.c Update FSF's address. 2005-07-04 15:47:28 +00:00
lwlib-Xaw.h Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib-Xlw.c Update years in copyright notice; nfc. 2005-08-07 10:56:27 +00:00
lwlib-Xlw.h Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib-Xm.c Update years in copyright notice; nfc. 2005-08-07 10:56:27 +00:00
lwlib-Xm.h Update years in copyright notice; nfc. 2005-08-07 10:56:27 +00:00
lwlib.c Update FSF's address. 2005-07-04 15:47:28 +00:00
lwlib.h * lwlib.h (_widget_value): Added lname and lkey. 2004-08-30 19:42:20 +00:00
Makefile.in * xlwmenu.c (xlwMenuActionsList): Install MenuGadgetEscape as an 2004-12-27 15:22:36 +00:00
README
xlwmenu.c Install workaround for "X protocol error: BadCursor (invalid Cursor parameter) on protocol request 2" 2006-01-02 07:43:46 +00:00
xlwmenu.h Update years in copyright notice; nfc. 2005-08-07 10:56:27 +00:00
xlwmenuP.h Update years in copyright notice; nfc. 2005-08-07 10:56:27 +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.