mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-06 07:50:00 +01:00
Linux compilation fix
This commit is contained in:
@@ -1119,6 +1119,10 @@ void UserInterface::RenderHistory()
|
||||
|
||||
void UserInterface::RenderPreview()
|
||||
{
|
||||
#if defined(LINUX)
|
||||
bool openInitializeSystemLoopback = false;
|
||||
#endif
|
||||
|
||||
struct CustomConstraints // Helper functions for aspect-ratio constraints
|
||||
{
|
||||
static void AspectRatio(ImGuiSizeCallbackData* data) {
|
||||
|
||||
Reference in New Issue
Block a user