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

ui is in a separate repo for now, rename it to avoid conflicts

This commit is contained in:
Alexander Medvednikov
2020-01-01 13:14:01 +01:00
parent e53bb6a9d4
commit e8bbb00bde
8 changed files with 0 additions and 0 deletions

9
vlib/uiold/ui_linux.v Normal file
View File

@ -0,0 +1,9 @@
module ui
fn focus_app(next, event, data voidptr) {
}
pub fn reg_key_vid() {
}