Pellegrini Giuliano <[EMAIL PROTECTED]> typed: : With 2.7.8 version I have this error: :xdefaults.c:281: `Rs_scrollBar_align' undeclared here (not in a :function) :xdefaults.c:281: initializer element is not constant :xdefaults.c:281: (near initialization for `optList[61].doff')
Thank you for the report. This is the fix for it. Regards, Geoff Index: xdefaults.c =================================================================== RCS file: /cvsroot/rxvt/rxvt/src/xdefaults.c,v retrieving revision 1.103 retrieving revision 1.104 diff -u -r1.103 -r1.104 --- xdefaults.c 29 Nov 2001 07:07:53 -0000 1.103 +++ xdefaults.c 29 Nov 2001 09:47:16 -0000 1.104 @@ -1,7 +1,7 @@ /*--------------------------------*-C-*---------------------------------* * File: xdefaults.c *----------------------------------------------------------------------* - * $Id: xdefaults.c,v 1.103 2001/11/29 07:07:53 gcw Exp $ + * $Id: xdefaults.c,v 1.104 2001/11/29 09:47:16 gcw Exp $ * * All portions of code are copyright by their respective author/s. * Copyright (c) 1994 Robert Nation <[EMAIL PROTECTED]> @@ -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 -- Geoff Wing : <[EMAIL PROTECTED]> Rxvt Stuff : <[EMAIL PROTECTED]> Zsh Stuff : <[EMAIL PROTECTED]>