mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
4 lines
No EOL
333 B
C
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 |