From 3279a7c9a26242f5f0a8e4b41ae6e2d9e24ee169 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 15 Jan 2005 08:58:31 +0000 Subject: (svn r1520) Trim 134 (!) lines with trailing whitespace ): --- window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'window.c') diff --git a/window.c b/window.c index 96f5a1902..9b18ee671 100644 --- a/window.c +++ b/window.c @@ -104,10 +104,10 @@ void DispatchMouseWheelEvent(Window *w, uint widget, int wheel) Scrollbar *sb; /* The listbox can only scroll if scrolling was done on the scrollbar itself, - * or on the listbox (and the next item is (must be) the scrollbar) + * or on the listbox (and the next item is (must be) the scrollbar) * XXX - should be rewritten as a widget-dependent scroller but that's * not happening until someone rewrites the whole widget-code */ - if ((sb = &w->vscroll, wi1->type == WWT_SCROLLBAR) || (sb = &w->vscroll2, wi1->type == WWT_SCROLL2BAR) || + if ((sb = &w->vscroll, wi1->type == WWT_SCROLLBAR) || (sb = &w->vscroll2, wi1->type == WWT_SCROLL2BAR) || (sb = &w->vscroll2, wi2->type == WWT_SCROLL2BAR) || (sb = &w->vscroll, wi2->type == WWT_SCROLLBAR) ) { if (sb->count > sb->cap) { -- cgit v1.2.3-54-g00ecf