Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 539 → Rev 551

/programs/network/stackcfg/trunk/stackcfg.asm
472,7 → 472,7
mov eax,0 ; function 0 : define and draw window
mov ebx,100*65536+330 ; [x start] *65536 + [x size]
mov ecx,100*65536+157 ; [y start] *65536 + [y size]
mov edx,0x13ffffff ; color of work area RRGGBB,8->color gl
mov edx,0x14ffffff ; color of work area RRGGBB,8->color gl
mov edi,title ; WINDOW LABEL
mcall