1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

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

This commit is contained in:
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

View File

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