Subversion Repositories Kolibri OS

Rev

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

Rev 2794 Rev 2797
Line 50... Line 50...
50
	void get();
50
	void get();
51
};
51
};
Line 52... Line 52...
52
 
52
 
53
void system_colors::get()
53
void system_colors::get()
-
 
54
{
54
{
55
	$push ecx
55
	EAX = 48;
56
	EAX = 48;
56
	EBX = 3;
57
	EBX = 3;
57
	ECX = #frame;
58
	ECX = #frame;
58
	EDX = 40;
59
	EDX = 40;
-
 
60
	$int 0x40
59
	$int 0x40
61
	$pop ecx
Line 60... Line 62...
60
}
62
}
Line 61... Line 63...
61
 
63