mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
clipboard: add [heap]
tag to the Clipboard structs (#14412)
This commit is contained in:
parent
eeff02a8ee
commit
02e026e298
4 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,7 @@ module clipboard
|
|||
// Clipboard represents a system clipboard.
|
||||
//
|
||||
// System "copy" and "paste" actions utilize the clipboard for temporary storage.
|
||||
[heap]
|
||||
pub struct Clipboard {
|
||||
pb voidptr
|
||||
last_cb_serial i64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue