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

gg: vfmt gg.v

This commit is contained in:
Alexander Medvednikov 2020-12-04 01:27:40 +01:00
parent e160f6e7d2
commit cae3bd7f32

View File

@ -581,7 +581,6 @@ pub fn (ctx &Context) draw_empty_rounded_rect(x f32, y f32, w f32, h f32, radius
sgl.end()
}
pub fn screen_size() Size {
$if macos {
return C.gg_get_screen_size()