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

clipboard: make compile on linux

This commit is contained in:
Alexander Medvednikov
2020-05-06 12:00:50 +00:00
parent a4f931ef65
commit 8d2a4d2436
2 changed files with 22 additions and 6 deletions

View File

@ -41,6 +41,9 @@ fn C.BlackPixel() voidptr
fn C.WhitePixel() voidptr
fn C.XFree()
fn todo_del(){}
[typedef]
struct C.XSelectionRequestEvent{
mut:
selection C.Atom
@ -71,6 +74,7 @@ struct C.XSelectionClearEvent{
selection C.Atom
}
[typedef]
struct C.XDestroyWindowEvent {
mut:
window C.Window