Subversion Repositories Kolibri OS

Rev

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

Rev 5676 Rev 6167
Line 1... Line 1...
1
#ifndef INCLUDE_SYSTEM_H
1
#ifndef INCLUDE_SYSTEM_H
2
#define INCLUDE_SYSTEM_H
2
#define INCLUDE_SYSTEM_H
3
#print "[include ]\n"
3
#print "[include ]\n"
Line 4... Line 4...
4
 
4
 
5
:struct COLORS
5
:struct COLORS {
-
 
6
dword
-
 
7
	nonset1,
-
 
8
	nonset2,
-
 
9
	work_light,
-
 
10
	work_dark,
-
 
11
	nonset3,
6
{
12
	work,
7
	dword frame,grab,grab_button,grab_button_text,grab_text,
13
	work_button,
-
 
14
	work_button_text,
-
 
15
	work_text,
8
	      work,work_button,work_button_text,work_text,work_graph;
16
	work_graph;
9
	void get();
17
	void get();
Line 10... Line 18...
10
};
18
};
11
 
19
 
12
:void COLORS::get()
20
:void COLORS::get()
13
{
21
{
14
	EAX = 48;
22
	EAX = 48;
15
	EBX = 3;
23
	EBX = 3;
16
	ECX = #frame;
24
	ECX = #nonset1;
17
	EDX = 40;
25
	EDX = 40;
Line 18... Line 26...
18
	$int 0x40
26
	$int 0x40