Subversion Repositories Kolibri OS

Rev

Rev 6096 | Rev 6169 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6096 Rev 6167
Line 87... Line 87...
87
				DrawBar(0, yyy, list[active].w, list[active].item_h, system.color.work_button);
87
				DrawBar(0, yyy, list[active].w, list[active].item_h, system.color.work_button);
88
				if (i
88
				if (i
89
			}
89
			}
90
			else
90
			else
91
			{
91
			{
92
				DrawBar(0, yyy, list[active].w, list[active].item_h, system.color.grab_button);
92
				DrawBar(0, yyy, list[active].w, list[active].item_h, 0x94AECE);
93
				if (i
93
				if (i
94
			}
94
			}
95
		}
95
		}
96
		else
96
		else
97
		{
97
		{
98
			DrawBar(0,yyy,list[active].w, list[active].item_h, 0xFFFfff);
98
			DrawBar(0,yyy,list[active].w, list[active].item_h, 0xFFFfff);