mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
update and rename ui_win.v to ui_windows.v
This commit is contained in:

committed by
Alexander Medvednikov

parent
166dc28480
commit
7a031d5e23
9
vlib/uiold/ui_windows.v
Normal file
9
vlib/uiold/ui_windows.v
Normal file
@ -0,0 +1,9 @@
|
||||
module uiold
|
||||
|
||||
fn focus_app(next, event, data voidptr) {
|
||||
}
|
||||
|
||||
pub fn reg_key_vid() {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user