Subversion Repositories Kolibri OS

Rev

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

Rev 5648 Rev 5651
Line 957... Line 957...
957
	screen.height = GetScreenHeight();
957
	screen.height = GetScreenHeight();
Line 958... Line 958...
958
	
958
	
959
	//program_path_length = strlen(I_Path);
959
	//program_path_length = strlen(I_Path);
960
	MOUSE_TIME = 50; //Default 500 ms.
960
	MOUSE_TIME = 50; //Default 500 ms.
-
 
961
	__generator = GetStartTime();
-
 
962
	
-
 
963
	$push    ebx
-
 
964
	$mov     eax, 68
961
	__generator = GetStartTime();
965
	$mov     ebx, 11
-
 
966
	$int     0x40
-
 
967
	
-
 
968
	$pop     ebx
962
	//mem_Init();
969
 
963
	main();
970
	main();
964
}
971
}
965
______STOP______:
972
______STOP______:
966
#endif
973
#endif