Subversion Repositories Kolibri OS

Rev

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

Rev 4643 Rev 4644
Line 76... Line 76...
76
void main()
76
void main()
77
{
77
{
78
	int key, btn;
78
	int key, btn;
79
	int half_scroll_size;
79
	int half_scroll_size;
80
	int scroll_used=0, show_menu;
80
	int scroll_used=0, show_menu;
81
	int bufpointer_len;
-
 
Line 82... Line 81...
82
	
81
	
83
	mem_Init();
82
	mem_Init();
84
	CursorPointer.Load(#CursorFile);
83
	CursorPointer.Load(#CursorFile);
85
	if (load_dll2(boxlib, #box_lib_init,0)!=0) {notify("System Error: library doesn't exists /rd/1/lib/box_lib.obj"); ExitProcess();}
84
	if (load_dll2(boxlib, #box_lib_init,0)!=0) {notify("System Error: library doesn't exists /rd/1/lib/box_lib.obj"); ExitProcess();}
Line 210... Line 209...
210
						{
209
						{
211
							if (o_bufpointer) o_bufpointer = free(o_bufpointer);
210
							if (o_bufpointer) o_bufpointer = free(o_bufpointer);
212
							ESI = http_transfer;
211
							ESI = http_transfer;
213
							bufpointer = ESI.http_msg.content_ptr;
212
							bufpointer = ESI.http_msg.content_ptr;
214
							bufsize = ESI.http_msg.content_received;
213
							bufsize = ESI.http_msg.content_received;
215
							bufpointer_len = strlen(bufpointer);
-
 
216
							http_free stdcall (http_transfer);
214
							http_free stdcall (http_transfer);
217
							http_transfer=0;
215
							http_transfer=0;
218
							Draw_Window();		// stop button => refresh button
216
							Draw_Window();		// stop button => refresh button
219
						}
217
						}
220
					}
218
					}