mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: unify const names to snake_case
This commit is contained in:
@@ -34,8 +34,8 @@ import gl
|
||||
// #flag darwin -framework CoreVideo
|
||||
// #flag darwin -framework IOKit
|
||||
pub const (
|
||||
RESIZABLE = 1
|
||||
DECORATED = 2
|
||||
resizable = 1
|
||||
decorated = 2
|
||||
)
|
||||
|
||||
pub const (
|
||||
|
||||
Reference in New Issue
Block a user