Subversion Repositories Kolibri OS

Rev

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

Rev 5465 Rev 5477
Line 51... Line 51...
51
#define ASCII_KEY_PGUP  184
51
#define ASCII_KEY_PGUP  184
Line 52... Line 52...
52
 
52
 
Line -... Line 53...
-
 
53
 
-
 
54
//-------------------------------------------------------------------------
-
 
55
 
-
 
56
:struct raw_image {
53
 
57
	dword w, h, data;
54
//-------------------------------------------------------------------------
58
};
55
 
59
 
56
struct mouse
60
:struct mouse
57
{
61
{
Line 58... Line 62...
58
	signed x,y,lkm,pkm,hor,vert;
62
	signed x,y,lkm,pkm,hor,vert;
59
	void get();
63
	void get();
60
};
64
};
61
 
65
 
62
void mouse::get()
66
:void mouse::get()
63
{
67
{
Line 89... Line 93...
89
	//hor = EAX;
93
	//hor = EAX;
90
	vert = EBX;
94
	vert = EBX;
91
}
95
}
Line 92... Line 96...
92
 
96
 
93
 
97
 
94
struct system_colors
98
:struct system_colors
95
{
99
{
96
	dword frame,grab,grab_button,grab_button_text,grab_text,
100
	dword frame,grab,grab_button,grab_button_text,grab_text,
97
	      work,work_button,work_button_text,work_text,work_graph;
101
	      work,work_button,work_button_text,work_text,work_graph;
Line 98... Line 102...
98
	void get();
102
	void get();
99
};
103
};
100
 
104
 
101
void system_colors::get()
105
:void system_colors::get()
102
{
106
{
103
	EAX = 48;
107
	EAX = 48;