Subversion Repositories Kolibri OS

Rev

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

Rev 5609 Rev 5620
Line 46... Line 46...
46
 
46
 
Line 47... Line 47...
47
 
47
 
48
void Paste() {
48
void Paste() {
49
	copy_stak = malloc(20000);
49
	copy_stak = malloc(20000);
50
	CreateThread(#PasteThread,copy_stak+20000);
50
	CreateThread(#PasteThread,copy_stak+20000-4);
Line 51... Line 51...
51
}
51
}
52
 
52