mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
[cimgui 1.53.1] Add ImGuiCol::DragDropTarget
This commit is contained in:
parent
5bf3eff812
commit
b7bb27fdbd
@ -83,6 +83,7 @@ pub enum ImGuiCol {
|
||||
PlotHistogramHovered,
|
||||
TextSelectedBg,
|
||||
ModalWindowDarkening,
|
||||
DragDropTarget,
|
||||
}
|
||||
impl ImGuiCol {
|
||||
#[deprecated(since = "0.0.19", note = "ComboBg has been merged with PopupBg. Please use PopupBg instead")]
|
||||
@ -133,11 +134,12 @@ impl ImGuiCol {
|
||||
PlotHistogramHovered,
|
||||
TextSelectedBg,
|
||||
ModalWindowDarkening,
|
||||
DragDropTarget,
|
||||
];
|
||||
values
|
||||
}
|
||||
}
|
||||
pub const ImGuiCol_COUNT: usize = 42;
|
||||
pub const ImGuiCol_COUNT: usize = 43;
|
||||
|
||||
/// A variable identifier for styling
|
||||
#[repr(C)]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user