Subversion Repositories Kolibri OS

Rev

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

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