diff options
Diffstat (limited to 'misc/window/files/patch-ttgeneric.c')
-rw-r--r-- | misc/window/files/patch-ttgeneric.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/window/files/patch-ttgeneric.c b/misc/window/files/patch-ttgeneric.c new file mode 100644 index 000000000000..f6d8e5183153 --- /dev/null +++ b/misc/window/files/patch-ttgeneric.c @@ -0,0 +1,16 @@ +--- ttgeneric.c.orig 2008-07-12 06:05:22 UTC ++++ ttgeneric.c +@@ -43,6 +43,13 @@ static char rcsid[] = + #include "ww.h" + #include "tt.h" + ++struct tt tt; ++char tt_strings[1024]; ++char *tt_strp; ++char *tt_ob; ++char *tt_obp; ++char *tt_obe; ++ + char PC, *BC, *UP; + + /* normal frame */ |