Subversion Repositories Kolibri OS

Rev

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

Rev 5970 Rev 5973
Line 35... Line 35...
35
 
35
 
Line 36... Line 36...
36
inline fastcall void SetMouseDoubleClickDelay(DL) {
36
inline fastcall void SetMouseDoubleClickDelay(DL) {
37
	$mov eax,18
37
	$mov eax,18
38
	$mov ebx,19
38
	$mov ebx,19
39
	$mov ecx,6
39
	$mov ecx,7
40
	$int 0x40
40
	$int 0x40
41
}
41
}
42
42