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:
parent
524df8da1b
commit
f6f77e5264
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user