diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-05 18:05:04 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-05 18:05:04 +0000 |
commit | 905999f0328d0d9daa03707584624aad05b5d998 (patch) | |
tree | 5d0102c4871d2852dcc77411ac627fd05552b38a /x11/rxvt-devel/files/patch-src::xdefaults.c | |
parent | add gtkglarea-- (diff) |
o Update to 2.7.8
o USE_GMAKE is no longer necessary
o Add knobs WITHOUT_BACKSPACE_KEY, WITHOUT_DELETE_KEY, WITH_GRAPHICS,
WITH_SMART_RESIZE
o Change message target from pre-fetch to pre-everything
o Re-indent the echo messages to visually align them
Prompted by: statue <statue@cnpa.adsldns.org>
Notes
Notes:
svn path=/head/; revision=51082
Diffstat (limited to 'x11/rxvt-devel/files/patch-src::xdefaults.c')
-rw-r--r-- | x11/rxvt-devel/files/patch-src::xdefaults.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/rxvt-devel/files/patch-src::xdefaults.c b/x11/rxvt-devel/files/patch-src::xdefaults.c new file mode 100644 index 000000000000..1f31e6f8c23a --- /dev/null +++ b/x11/rxvt-devel/files/patch-src::xdefaults.c @@ -0,0 +1,12 @@ +--- src/xdefaults.c.orig Wed Dec 5 15:13:01 2001 ++++ src/xdefaults.c Wed Dec 5 15:15:37 2001 +@@ -278,7 +278,9 @@ + #endif + RSTRG(Rs_selectstyle, "selectstyle", "mode"), + RSTRG(Rs_scrollstyle, "scrollstyle", "mode"), ++#ifdef HAVE_SCROLLBARS + RSTRG(Rs_scrollBar_align, "scrollBar_align", "mode"), ++#endif + #ifdef PRINTPIPE + RSTRG(Rs_print_pipe, "print-pipe", "string"), + #endif |