satdump/src-core/imgui/imgui_flags.h
2023-11-20 14:18:52 -05:00

4 lines
No EOL
333 B
C

#pragma once
// Has to be cast otherwise the compiler will complain...
#define NOWINDOW_FLAGS (long int)ImGuiWindowFlags_NoMove | (long int)ImGuiWindowFlags_NoCollapse /*| ImGuiWindowFlags_NoTitleBar*/ | (long int)ImGuiWindowFlags_NoResize | (long int)ImGuiWindowFlags_NoBackground | (long int)ImGuiWindowFlags_NoBringToFrontOnFocus