satdump/src-core/imgui/imgui_flags.h
2021-04-15 15:46:38 +02: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 | (long int)ImGuiWindowFlags_NoBringToFrontOnFocus /*| ImGuiWindowFlags_NoTitleBar*/ | (long int)ImGuiWindowFlags_NoResize | (long int)ImGuiWindowFlags_NoBackground