Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7928 → Rev 7929

/programs/develop/libraries/TinyGL/asm_fork/init.asm
25,7 → 25,8
endp
 
align 4
proc glInit uses eax ebx ecx edx, zbuffer1:dword
proc glInit, zbuffer1:dword
pushad
stdcall gl_zalloc,sizeof.GLContext
mov dword[gl_ctx],eax
mov edx,eax
174,7 → 175,7
 
; depth test
mov dword[edx+GLContext.depth_test],0
 
popad
ret
endp