Subversion Repositories Kolibri OS

Rev

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

Rev 5608 Rev 5609
Line 1... Line -...
1
void Paste() {
-
 
2
	copy_stak = malloc(4096);
-
 
3
	CreateThread(#PasteThread,copy_stak+4092);
-
 
4
}
-
 
5
 
-
 
6
 
-
 
7
byte copy_to[4096];
1
byte copy_to[4096];
8
byte copy_from[4096];
2
byte copy_from[4096];
9
byte cut_active=0;
3
byte cut_active=0;
Line 10... Line 4...
10
 
4
 
Line 50... Line 44...
50
	free(buff_data);
44
	free(buff_data);
51
}
45
}
52
 
46
 
Line -... Line 47...
-
 
47
 
-
 
48
void Paste() {
-
 
49
	copy_stak = malloc(20000);
-
 
50
	CreateThread(#PasteThread,copy_stak+20000);
-
 
51
}
-
 
52
 
53
 
53
 
54
void PasteThread()
54
void PasteThread()
55
{
55
{
56
	char copy_rezult;
56
	char copy_rezult;
57
	int j;
57
	int j;