mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gg: windows fix
This commit is contained in:
parent
325691b3ef
commit
a6e1a74f1d
@ -200,6 +200,8 @@ pub fn (gg &GG) end() {
|
||||
|
||||
pub fn (ctx &GG) draw_line(x, y, x2, y2 f32, color gx.Color) {}
|
||||
|
||||
fn C.WaitMessage()
|
||||
|
||||
pub fn wait_events() {
|
||||
unsafe {
|
||||
$if macos {
|
||||
|
Loading…
Reference in New Issue
Block a user