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

clipboard: add [heap] tag to the Clipboard structs (#14412)

This commit is contained in:
Jah-On
2022-05-16 05:45:40 +00:00
committed by GitHub
parent eeff02a8ee
commit 02e026e298
4 changed files with 4 additions and 0 deletions

View File

@@ -138,6 +138,7 @@ enum AtomType {
text_html = 9
}
[heap]
pub struct Clipboard {
display &C.Display
mut: