More stubs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
1999-09-17 21:45:56 +00:00
parent 2d0294308d
commit 0616b8382d
3 changed files with 23 additions and 8 deletions

View File

@@ -154,7 +154,7 @@ void wxClipboard::SetClipboardClient(wxClipboardClient *client, long time)
got_selection = wxCloseClipboard();
} else
got_selection = FALSE;
got_selection = FALSE; // Assume another process takes over
if (!got_selection) {
@@ -225,7 +225,7 @@ char *wxClipboard::GetClipboardData(char *format, long *length, long time)
return NULL;
} else {
if (wxOpenClipboard()) {
receivedString = (char *)wxGetClipboardData(FormatStringToID(format),
receivedString = (char *)wxGetClipboardData(FormatStringToID(format),
length);
wxCloseClipboard();
} else