Subversion Repositories Kolibri OS

Rev

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

Rev 5694 Rev 5695
Line 139... Line 139...
139
	sort_num=2,
139
	sort_num=2,
140
	itdir;
140
	itdir;
Line 141... Line 141...
141
 
141
 
Line -... Line 142...
-
 
142
dword eolite_ini_path;
-
 
143
 
142
dword eolite_ini_path;
144
char scroll_used=0;
Line 143... Line 145...
143
 
145
 
144
dword menu_stak,about_stak,properties_stak,settings_stak,copy_stak;
146
dword menu_stak,about_stak,properties_stak,settings_stak,copy_stak;
145
 
147
 
Line 174... Line 176...
174
 
176
 
175
 
177
 
176
void main() 
178
void main() 
177
{
179
{
178
	word key, id;
180
	word key, id;
179
	char can_show, can_select, scroll_used, stats;
181
	char can_show, can_select, stats;
180
	dword selected_offset;
182
	dword selected_offset;
181
	dword IPC_LEN,IPC_ID;
183
	dword IPC_LEN,IPC_ID;
182
	char IPC_BUF[10];
184
	char IPC_BUF[10];
Line 323... Line 325...
323
					}
325
					}
324
					DrawRectangle3D(Form.cwidth - 17,onTop(21,0),14,14,0xFFFFFF,0xC7C7C7);
326
					DrawRectangle3D(Form.cwidth - 17,onTop(21,0),14,14,0xFFFFFF,0xC7C7C7);
325
				}
327
				}
Line 326... Line 328...
326
 
328
 
327
				//Scrooll
329
				//Scrooll
328
				if (!mouse.lkm) && (scroll_used) { scroll_used=NULL; Scroll(); }
330
				if (!mouse.lkm) && (scroll_used) { scroll_used=false; Scroll(); }
Line 329... Line 331...
329
				if (mouse.x>=Form.width-26) && (mouse.x<=Form.width-6) && (mouse.y>56) && (mouse.y
331
				if (mouse.x>=Form.width-26) && (mouse.x<=Form.width-6) && (mouse.y>56) && (mouse.y
330
				
332
				
331
				if (scroll_used)
333
				if (scroll_used)
332
				{
334
				{