diff options
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 |