From: ayin Date: Sat, 26 Jan 2008 15:26:54 +0000 (+0000) Subject: Disable continual scrolling code when rxvt and next styles are not X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ea6424b3a9abb63ba27d7604df654c0168eaf2b0;p=dana%2Furxvt.git Disable continual scrolling code when rxvt and next styles are not requested. --- diff --git a/src/rxvt.h b/src/rxvt.h index 8b572dc7..bf7b493f 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -283,6 +283,10 @@ struct mouse_event { # define HAVE_SCROLLBARS 1 #endif +#if !defined (RXVT_SCROLLBAR) && !defined (NEXT_SCROLLBAR) +# define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1 +#endif + enum { NO_REFRESH = 0, /* Window not visible at all! */ FAST_REFRESH = 1, /* Fully exposed window */