Subversion Repositories Kolibri OS

Rev

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

Rev 8425 Rev 8439
Line 39... Line 39...
39
//===================================================//
39
//===================================================//
40
//                                                   //
40
//                                                   //
41
//                       DATA                        //
41
//                       DATA                        //
42
//                                                   //
42
//                                                   //
43
//===================================================//
43
//===================================================//
44
char version[]="WebView 3.06";
44
char version[]="WebView 3.1";
Line 45... Line 45...
45
 
45
 
Line 46... Line 46...
46
#define DEFAULT_URL URL_SERVICE_HOMEPAGE
46
#define DEFAULT_URL URL_SERVICE_HOMEPAGE
47
 
47
 
Line 370... Line 370...
370
}
370
}
Line 371... Line 371...
371
 
371
 
372
bool BrowserWidthChanged()
372
bool BrowserWidthChanged()
373
{
373
{
374
	dword source_mode_holder;
374
	dword source_mode_holder;
375
	if (WB1.list.w!=DrawBuf.bufw) {
375
	if (WB1.list.w!=canvas.bufw) {
376
		DrawBuf.Init(WB1.list.x, WB1.list.y, WB1.list.w, 400*20);
376
		canvas.Init(WB1.list.x, WB1.list.y, WB1.list.w, 400*20);
377
		if (!strncmp(history.current(),"http",4)) {
377
		if (!strncmp(history.current(),"http",4)) {
378
			//nihuya ne izyashnoe reshenie, no pust' poka butet tak
378
			//nihuya ne izyashnoe reshenie, no pust' poka butet tak
379
			source_mode_holder = source_mode;
379
			source_mode_holder = source_mode;
380
			LoadInternalPage(#loading_text, sizeof(loading_text));
380
			LoadInternalPage(#loading_text, sizeof(loading_text));