ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure.ac
(Generate patch)

Comparing rxvt-unicode/configure.ac (file contents):
Revision 1.55 by ayin, Mon Jun 25 23:11:23 2007 UTC vs.
Revision 1.56 by root, Tue Jun 26 00:40:18 2007 UTC

830fi 830fi
831if test x$support_tinting = xyes; then 831if test x$support_tinting = xyes; then
832 AC_DEFINE(TINTING, 1, Define if you want your background to be tinted) 832 AC_DEFINE(TINTING, 1, Define if you want your background to be tinted)
833fi 833fi
834if test x$support_inheritpixmap = xyes; then 834if test x$support_inheritpixmap = xyes; then
835 AC_DEFINE(TRANSPARENT, 1, Define if you want your background to use the parent window background) 835 AC_DEFINE(ENABLE_TRANSPARENCY, 1, Define if you want your background to use the parent window background)
836fi 836fi
837if test x$support_keepscrolling = xno; then 837if test x$support_keepscrolling = xno; then
838 AC_DEFINE(NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING, 1, Define for continual scrolling when you keep the scrollbar button pressed) 838 AC_DEFINE(NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING, 1, Define for continual scrolling when you keep the scrollbar button pressed)
839fi 839fi
840if test x$support_selectionscrolling = xyes; then 840if test x$support_selectionscrolling = xyes; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines