Subversion Repositories Kolibri OS

Rev

Rev 5114 | Rev 7482 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5114 Rev 7481
Line 770... Line 770...
770
		mov		ecx, handle
770
		mov		ecx, handle
771
		int		0x40
771
		int		0x40
772
	}
772
	}
773
}
773
}
Line -... Line 774...
-
 
774
 
-
 
775
// 48.4 get windows title bar height
-
 
776
Dword kos_GetSkinHeight( Dword * handle )
-
 
777
{
-
 
778
	__asm{
-
 
779
		mov		eax, 48
-
 
780
		mov		ebx, 4
-
 
781
		int		0x40
-
 
782
	}
-
 
783
}
774
 
784
 
775
// ôóíêöèÿ 38 íàðèñîâàòü ïîëîñó
785
// ôóíêöèÿ 38 íàðèñîâàòü ïîëîñó
776
void kos_DrawLine( Word x1, Word y1, Word x2, Word y2, Dword colour )
786
void kos_DrawLine( Word x1, Word y1, Word x2, Word y2, Dword colour )
777
{
787
{