fixed paste

This commit is contained in:
chombier 2001-06-18 09:12:52 +00:00
parent 393f4d49cd
commit 896db75062
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,8 @@ extern char gSIOUXChars[];
extern short gSIOUXBufSize;
extern const short gSIOUXMaxSize;
extern void GUSIWakeupSIOUXSocket();
#if ! SIOUX_USE_WASTE
/************************************************************************/
@ -584,6 +586,7 @@ void SIOUXDoEditPaste(void)
BlockMoveData(* hText, gSIOUXChars + gSIOUXBufSize, size);
gSIOUXBufSize += size;
SIOUXState = IDLE;
GUSIWakeupSIOUXSocket();
DisposeHandle( hText );
}
}