Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 625 → Rev 2016

/programs/demos/3dcube2/trunk/3DCUBE2.ASM
117,7 → 117,7
mov eax,0 ;Draw window
mov ebx,100*65536+(SCREEN_X+9) ;x start*65536+x size
mov ecx,100*65536+(SCREEN_Y+26) ;y start*65536+y size
mov edx,0x14000000 ;0x03 use skinned window
mov edx,0x54000000 ;0x03 use skinned window
mov edi,title
mcall
 
126,7 → 126,7
mcall
ret
 
title db '3D TEST SAMPLE FOR MENUETOS',0
title db '3D TEST SAMPLE',0
 
 
; Draw faces procedure