From 326b63594557456265e132cb7aa8f5e602b0350b Mon Sep 17 00:00:00 2001 From: ayin Date: Fri, 7 Dec 2007 16:35:05 +0000 Subject: [PATCH] *** empty log message *** --- doc/wcwidth.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/wcwidth.patch b/doc/wcwidth.patch index 74b91981..5349b335 100644 --- a/doc/wcwidth.patch +++ b/doc/wcwidth.patch @@ -2,12 +2,12 @@ diff --git a/src/Makefile.in b/src/Makefile.in index 2136e69..3d7ddea 100644 --- a/src/Makefile.in +++ b/src/Makefile.in -@@ -36,7 +36,7 @@ COMMON = \ - background.o command.o rxvtfont.o init.o logging.o main.o misc.o \ +@@ -37,7 +37,7 @@ COMMON = \ ptytty.o proxy.o screen.o scrollbar.o scrollbar-next.o scrollbar-rxvt.o \ scrollbar-xterm.o scrollbar-plain.o xdefaults.o encoding.o \ -- rxvttoolkit.o rxvtutil.o iom.o keyboard.o fdpass.o @PERL_O@ -+ rxvttoolkit.o rxvtutil.o iom.o keyboard.o fdpass.o @PERL_O@ wcwidth.o + rxvttoolkit.o rxvtutil.o keyboard.o \ +- fdpass.o ev_cpp.o @PERL_O@ ++ fdpass.o ev_cpp.o wcwidth.o @PERL_O@ COMMON_DAEMON = rxvtdaemon.o @@ -15,7 +15,7 @@ diff --git a/src/rxvt.h b/src/rxvt.h index 64b7fc0..1897040 100644 --- a/src/rxvt.h +++ b/src/rxvt.h -@@ -649,6 +649,12 @@ enum { +@@ -646,6 +646,12 @@ typedef struct _mwmhints { */ #define dLocal(type,name) type const name = this->name -- 2.34.1