Convert WindowState flags again, this time with a non-exaustive enum (#43)

This commit is contained in:
Not-Nik 2023-07-10 22:51:13 +02:00
parent 7e95ad81b5
commit 8a2cd7dce2
Failed to generate hash of commit
4 changed files with 13 additions and 9 deletions

View file

@ -461,6 +461,7 @@ pub const ConfigFlags = enum(c_int) {
flag_window_highdpi = 8192,
flag_window_mouse_passthrough = 16384,
flag_interlaced_hint = 65536,
_,
};
pub const TraceLogLevel = enum(c_int) {