mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 05:28:35 +00:00
Add new Io field for docking branch
This commit is contained in:
parent
641370ea22
commit
2eb0950a85
@ -180,6 +180,8 @@ pub struct Io {
|
||||
#[cfg(feature = "docking")]
|
||||
pub config_docking_no_split: bool,
|
||||
#[cfg(feature = "docking")]
|
||||
pub config_docking_with_shift: bool,
|
||||
#[cfg(feature = "docking")]
|
||||
pub config_docking_always_tab_bar: bool,
|
||||
#[cfg(feature = "docking")]
|
||||
pub config_docking_transparent_payload: bool,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user