Subversion Repositories Kolibri OS

Rev

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

Rev 9267 Rev 9602
Line 214... Line 214...
214
}
214
}
Line 215... Line 215...
215
 
215
 
216
void SelectList_DrawBorder() {
216
void SelectList_DrawBorder() {
217
	DrawRectangle3D(GAP-2, LIST_Y-2,
217
	DrawRectangle3D(GAP-2, LIST_Y-2,
218
		list.w+3, list.h+3, 
218
		list.w+3, list.h+3, 
219
		sc.work_dark, sc.work_light);
219
		sc.dark, sc.light);
220
	DrawRectangle3D(GAP-1, LIST_Y-1, 
220
	DrawRectangle3D(GAP-1, LIST_Y-1, 
221
		list.w+1, list.h+1, 
221
		list.w+1, list.h+1, 
222
		sc.work_graph, sc.work_graph);
222
		sc.line, sc.line);
Line 223... Line 223...
223
}
223
}
224
 
224
 
225
//===================================================//
225
//===================================================//