Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 660 → Rev 661

/programs/network/https/trunk/https.asm
29,7 → 29,7
dd 0x20000
dd 0,0 ; reserved=no extended header
 
include "..\..\..\MACROS.INC"
include "MACROS.INC"
 
; 0x0+ - program image
; 0x1ffff - stack
1104,7 → 1104,7
mov eax,0 ; function 0 : define and draw window
mov ebx,100*65536+480 ; [x start] *65536 + [x size]
mov ecx,100*65536+215 ; [y start] *65536 + [y size]
mov edx,0x13ffffff ; color of work area RRGGBB
mov edx,0x14ffffff ; color of work area RRGGBB
mov edi,title ; WINDOW LABEL
mcall