On Sun, 2009-01-25 at 20:07 -0500, Thomas Dickey wrote:
> Patch #240 - 2009/1/25

Hi Thomas,

this fails to build with --enable-dabbrev, the following patch should
fix it.

Cheers,
Julien

Index: xterm/misc.c
===================================================================
--- xterm.orig/misc.c
+++ xterm/misc.c
@@ -1069,7 +1069,7 @@
 
     TRACE(("Handle dabbrev-expand for %p\n", w));
     if ((xw = getXtermWidget(w)) != 0) {
-       TScreen *screen = &w->screen;
+       TScreen *screen = &xw->screen;
        if (!dabbrev_expand(screen))
            Bell(XkbBI_TerminalBell, 0);
     }

_______________________________________________
xorg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to