On Mon, 10 Aug 2009, Julien Cristau wrote:
On Sun, Aug 9, 2009 at 17:54:23 -0400, Thomas Dickey wrote:
This is fixed in patch #244
Hi Thomas,
would you mind pointing at the change that fixes this? On a quick look
over the diff between #243 and #244 I didn't find it.
that was a typo in an ifdef, in charproc.c:
@@ -398,7 +398,7 @@
Bres(XtNallowFontOps, XtCAllowFontOps, screen.allowFontOp0,
DEF_ALLOW_FONT),
Bres(XtNallowTcapOps, XtCAllowTcapOps, screen.allowTcapOp0,
DEF_ALLOW_TCAP),
Bres(XtNallowTitleOps, XtCAllowTitleOps, screen.allowTitleOp0,
DEF_ALLOW_TITLE),
- Bres(XtNallowWindowOps, XtCAllowWindowOps, screen.allowWindowOp0,
DEF_ALLOW_FONT),
+ Bres(XtNallowWindowOps, XtCAllowWindowOps, screen.allowWindowOp0,
DEF_ALLOW_WINDOW),
Bres(XtNaltIsNotMeta, XtCAltIsNotMeta, screen.alt_is_not_meta, False),
Bres(XtNaltSendsEscape, XtCAltSendsEscape, screen.alt_sends_esc, False),
Bres(XtNalwaysBoldMode, XtCAlwaysBoldMode, screen.always_bold_mode, False),
--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org