Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 116 → Rev 117

/kernel/trunk/video/vesa20.inc
278,6 → 278,8
.finish:
add esp, putimg.stack_data
popad
call VGA__putimage
mov [EGA_counter],1
ret
 
 
773,8 → 775,9
 
add esp, drbar.stack_data
popad
call VGA_draw_bar
xor eax, eax
 
mov [EGA_counter],1
ret
 
 
976,7 → 979,8
pop ebx
pop eax
pop ebp
 
mov [EGA_counter],1
call VGA_drawbackground
ret
 
; ----------
1103,5 → 1107,6
pop ebx
pop eax
pop ebp
 
mov [EGA_counter],1
call VGA_drawbackground
ret