--- rxvt-unicode/src/scrollbar.C 2008/01/01 21:14:39 1.45 +++ rxvt-unicode/src/scrollbar.C 2008/01/27 22:48:33 1.48 @@ -36,7 +36,6 @@ { int change = 0; -#ifdef HAVE_SCROLLBARS if (map) { scrollBar.setIdle (); @@ -56,7 +55,6 @@ XUnmapWindow (dpy, scrollBar.win); change = 1; } -#endif return change; } @@ -64,7 +62,6 @@ void rxvt_term::resize_scrollbar () { -#ifdef HAVE_SCROLLBARS int delayed_init = 0; #define R_SCROLLBEG_XTERM 0 @@ -120,7 +117,7 @@ 0, pix_colors[Color_fg], pix_colors[Color_border]); - XDefineCursor (dpy, scrollBar.win, leftptr_cursor); + XDefineCursor (dpy, scrollBar.win, scrollBar.leftptr_cursor); XSelectInput (dpy, scrollBar.win, ExposureMask | ButtonPressMask | ButtonReleaseMask @@ -135,7 +132,6 @@ if (delayed_init) XMapWindow (dpy, scrollBar.win); -#endif } /* @@ -145,7 +141,6 @@ rxvt_term::scrollbar_show (int update) { int ret = 0; -#ifdef HAVE_SCROLLBARS int top, bot, len, adj; if (!scrollBar.state) @@ -161,7 +156,7 @@ scrollBar.top = (scrollBar.beg + (top * scrollbar_size ()) / len); scrollBar.len = ((bot - top) * scrollbar_size ()) / len + scrollbar_minheight () + adj; - scrollBar.bot = (scrollBar.top + ScrollBar.len); + scrollBar.bot = (scrollBar.top + scrollBar.len); /* no change */ if (scrollBar.top == scrollBar.last_top && scrollBar.bot == scrollBar.last_bot @@ -174,7 +169,6 @@ scrollBar.last_top = scrollBar.top; scrollBar.last_bot = scrollBar.bot; scrollBar.last_state = scrollBar.state; -#endif return ret; } @@ -182,7 +176,6 @@ void rxvt_term::setup_scrollbar (const char *scrollalign, const char *scrollstyle, const char *thickness) { -#ifdef HAVE_SCROLLBARS int i; short style, width; @@ -246,7 +239,8 @@ scrollBar.align = R_SB_ALIGN_BOTTOM; } scrollBar.last_bot = scrollBar.last_state = -1; -#endif + /* cursor scrollBar: Black-on-White */ + scrollBar.leftptr_cursor = XCreateFontCursor (dpy, XC_left_ptr); } /*----------------------- end-of-file (C source) -----------------------*/