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

fix clipboard_linux.v

This commit is contained in:
Alexander Medvednikov
2019-12-07 18:16:19 +03:00
parent e1ad1794e3
commit 7b0e378947
2 changed files with 45 additions and 15 deletions

View File

@@ -300,6 +300,7 @@ fn (cb mut Clipboard) start_listener(){
}
}
C.PropertyNotify {}
else {}
}
}
}