Update flags, fixes #163

This commit is contained in:
Milan Nikolic 2022-01-16 11:06:08 +01:00
parent feee92d046
commit 91296a7d50
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75

View file

@ -583,7 +583,7 @@ func GetRandomValue(min, max int32) int32 {
}
// SetConfigFlags - Setup some window configuration flags
func SetConfigFlags(flags byte) {
func SetConfigFlags(flags uint32) {
cflags := (C.uint)(flags)
C.SetConfigFlags(cflags)
}