Subversion Repositories Kolibri OS

Rev

Rev 7872 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7872 Rev 7895
Line 139... Line 139...
139
		} else {
139
		} else {
140
			col=_color;
140
			col=_color;
141
			found_count++;	
141
			found_count++;	
142
		} 
142
		} 
143
		draw_bar(0, atoi(pos.get(i)), 3, list.item_h, col);
143
		//draw_bar(0, atoi(pos.get(i)), 3, list.item_h, col);
144
	}
144
	}
145
}
145
}
146
 
146
 
Line 147... Line 147...
147
:void draw_bar(dword _x, _y, _w, _h, _color)
147
:void draw_bar(dword _x, _y, _w, _h, _color)
148
{
148
{