Subversion Repositories Kolibri OS

Rev

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

Rev 6887 Rev 7806
Line 12... Line 12...
12
	work_button,
12
	work_button,
13
	work_button_text,
13
	work_button_text,
14
	work_text,
14
	work_text,
15
	work_graph;
15
	work_graph;
16
	void get();
16
	void get();
17
};
17
} sc;
Line 18... Line 18...
18
 
18
 
19
:void COLORS::get()
19
:void COLORS::get()
20
{
20
{
21
	EAX = 48;
21
	EAX = 48;
22
	EBX = 3;
22
	EBX = 3;
23
	ECX = #nonset1;
23
	ECX = #nonset1;
24
	EDX = 40;
24
	EDX = 40;
25
	$int 0x40
25
	$int 0x40
Line 26... Line -...
26
}
-
 
27
 
-
 
28
:struct SYSTEM
-
 
29
{
-
 
30
	COLORS color;
-
 
31
} system;
26
}
32
 
27