Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2248 → Rev 2247

/programs/network/htmlv/browser/HTMLv.c--
42,6 → 42,10
int btn;
byte key;
IF (param) copystr(#param,#URL);
BrowserHistory.AddUrl();
copystr(#URL,#editURL);
//Asper [
mem_Init();
$or eax, eax
52,11 → 56,6
load_dll2(libimg, #libimg_init,1);
load_dll2(boxlib, #edit_box_draw,0);
//] Asper
IF (param) copystr(#param,#URL);
BrowserHistory.AddUrl();
copystr(#URL,#editURL);
SetEventMask(0x27);
loop()
{
119,12 → 118,11
{
WindowRedrawStatus(1);
DefineAndDrawWindow(215,100,640,480,0x73,0x00E4DFE1,0,0,0);
WindowRedrawStatus(2);
Form.GetInfo(SelfInfo);
IF (Form.height==GetSkinWidth()+3) //åñëè ñâåðíóòî â çàãîëîâîê, íè÷åãî íå ðèñóåì
{
DrawTitle(#header);
WindowRedrawStatus(2);
return;
}
IF (Form.height<120) MoveSize(OLD,OLD,OLD,120);
145,6 → 143,8
WB1.width=Form.width-11;
WB1.height=onTop(43,5);
WB1.Load(#URL);
WindowRedrawStatus(2);
}
int onLeft(dword right,left) {return Form.width-right-left;}