Martin Buchholz <martin(a)xemacs.org> writes:
With these changes, XEmacs will once again compile with a C++
compiler.
Andy: please review my changes to glyphs-x.c and gutter.[ch]
Kazz: please review my changes to input-method-xlib.c
I've found no problem peculiarly.
It's improved in variable's treatment.
I've just applied Martin's patch to input-method-xlib.c and saw the
behavior (I found it still produces crash in XIM) wasn't changed.
* input-method-xlib.c (XIM_init_frame):
- Xlib functions should use XPointer, not XtPointer.
* input-method-xlib.c (XIM_delete_frame):
- Xlib functions should use XPointer, not XtPointer.
* input-method-xlib.c (IMDestroyCallback):
- Simplify.
- XFRAME (obj) can never be NULL, so don't test for it.
* gutter.h: