Convert WindowState flags again, this time with a non-exaustive enum (#43)
This commit is contained in:
parent
7e95ad81b5
commit
8a2cd7dce2
4 changed files with 13 additions and 9 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue