Subversion Repositories Kolibri OS

Rev

Rev 9536 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9536 Rev 9537
Line 122... Line 122...
122
	int j, i, slash_count=0;
122
	int j, i, slash_count=0;
123
	int paste_elements_count = 0;
123
	int paste_elements_count = 0;
124
	dword clipbuf;
124
	dword clipbuf;
125
	dword path_offset;
125
	dword path_offset;
126
	dword copy_state_ex = 0;
126
	
127
	
-
 
Line 128... Line 127...
128
	clipbuf = Clipboard__GetSlotData(Clipboard__GetSlotCount()-1);
127
	clipbuf = Clipboard__GetSlotData(Clipboard__GetSlotCount()-1);
129
	if (DSDWORD[clipbuf+4] != 3) return;
128
	if (DSDWORD[clipbuf+4] != 3) return;
130
	paste_elements_count = ESINT[clipbuf+8];
129
	paste_elements_count = ESINT[clipbuf+8];
131
	path_offset = clipbuf + 10;
130
	path_offset = clipbuf + 10;