From eaf5dce45eaeadcb65fb79d4f53294350d5c2426 Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Sun, 17 Feb 2002 21:39:10 +0000 Subject: Fix build on -CURRENT PR: 34802 Submitted by: maintainer --- editors/joe/files/patch-ah | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 editors/joe/files/patch-ah (limited to 'editors/joe/files/patch-ah') diff --git a/editors/joe/files/patch-ah b/editors/joe/files/patch-ah new file mode 100644 index 000000000000..d73d9c46710b --- /dev/null +++ b/editors/joe/files/patch-ah @@ -0,0 +1,11 @@ +--- w.c.orig Sun Feb 10 14:28:10 2002 ++++ w.c Sun Feb 10 14:29:15 2002 +@@ -594,7 +594,7 @@ + else seth(original,original->h-height); + + /* Create new keyboard handler for window */ +- if(watom->context) new->kbd=mkkbd(getcontext(watom->context)); ++ if(watom->context) new->kbd=mkkbd(joegetcontext(watom->context)); + else new->kbd=0; + + /* Put window on the screen */ -- cgit v1.2.3