Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9468 → Rev 9469

/programs/demos/web/trunk/web.asm
25,6 → 25,7
;KOS_APP_START
 
CODE
;Check if the app is running in screensaver mode or not
cmp dword [param], '@ss'
setz [screensaver]
mov ebx, EVM_REDRAW + EVM_KEY + EVM_BUTTON
31,6 → 32,15
cmovz ebx, EVM_REDRAW + EVM_KEY + EVM_BUTTON + EVM_MOUSE
mcall 40
;Make cursor transparent
mov edi, transparent_cursor
xor eax, eax
mov ecx, 32*32
rep stosd
mcall 37, 4, transparent_cursor, 2
mov ecx, eax
mcall 37, 5
;Preinit. Randomize start counter
mcall 3
mov [initial_counter], eax ;init with system time
441,5 → 451,6
db '/sys/@SS',0
 
screensaver db ?
transparent_cursor rd 32*32
 
MEOS_APP_END
/programs/demos/zeroline/trunk/zeroline.asm
160,7 → 160,7
mcall ,,,0x01000000
 
xor edx,edx
mcall 13
;mcall 13 ;Leency - use transparent background
;--------------------------------------
align 4
tstill: