ui: ui_lin.v and ui_win.v

pull/1671/head
Alexander Medvednikov 2019-08-19 00:28:30 +03:00
parent ac6c6e36c3
commit 01586d6d67
2 changed files with 18 additions and 0 deletions

9
vlib/ui/ui_lin.v 100644
View File

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

9
vlib/ui/ui_win.v 100644
View File

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