Subversion Repositories Kolibri OS

Rev

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

Rev 7807 Rev 9602
Line 3... Line 3...
3
 
3
 
4
:struct COLORS {
4
:struct COLORS {
5
dword
5
dword
6
	nonset1,
6
	nonset1,
7
	taskbar_color,
7
	taskbar_color,
8
	work_dark,
8
	dark,
9
	work_light,
9
	light,
10
	window_title,
10
	window_title,
11
	work,
11
	work,
12
	button,
12
	button,
13
	button_text,
13
	button_text,
14
	work_text,
14
	work_text,
15
	work_graph;
15
	line;
16
	void get();
16
	void get();
Line 17... Line 17...
17
} sc;
17
} sc;
18
 
18