mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
time: move pure V function from time.c.v
This commit is contained in:
@@ -432,6 +432,7 @@ pub fn (gg &Context) end() {
|
||||
pub fn (mut ctx Context) resize(width int, height int) {
|
||||
ctx.width = width
|
||||
ctx.height = height
|
||||
// C.sapp_resize_window(width, height)
|
||||
}
|
||||
|
||||
// draw_line draws a line between the points provided
|
||||
|
Reference in New Issue
Block a user