clipboard: make clipboard.Clipboard public on windows (#14810)

master
yuyi 2022-06-21 13:21:54 +08:00 committed by GitHub
parent 524df8da1b
commit f6f77e5264
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ fn C.DestroyWindow(hwnd C.HWND)
// //
// System "copy" and "paste" actions utilize the clipboard for temporary storage. // System "copy" and "paste" actions utilize the clipboard for temporary storage.
[heap] [heap]
struct Clipboard { pub struct Clipboard {
max_retries int max_retries int
retry_delay int retry_delay int
mut: mut: