Fixed copy/paste, thanks akron1 for found issues

git-svn-id: svn://kolibrios.org@6565 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2016-10-05 10:34:43 +00:00
parent cd032eeac4
commit fa6627769b

View File

@ -47,6 +47,7 @@ dword Clipboard::GetSlotData( ECX) //ECX = slot number
slot_data.encoding = DSDWORD[result+8];
if (slot_data.type == SLOT_DATA_TYPE_TEXT) slot_data.content = result+12;
else slot_data.content = result+10;
return result;
}
dword Clipboard::SetSlotData( ECX, EDX) //ECX = data size, EDX - pointer to data