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:
parent
e160f6e7d2
commit
cae3bd7f32
@ -581,7 +581,6 @@ pub fn (ctx &Context) draw_empty_rounded_rect(x f32, y f32, w f32, h f32, radius
|
|||||||
sgl.end()
|
sgl.end()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
pub fn screen_size() Size {
|
pub fn screen_size() Size {
|
||||||
$if macos {
|
$if macos {
|
||||||
return C.gg_get_screen_size()
|
return C.gg_get_screen_size()
|
||||||
|
Loading…
Reference in New Issue
Block a user