From 407a006acdabd11a1cfd7b370834d7036c99ac96 Mon Sep 17 00:00:00 2001 From: s-ol Date: Mon, 21 Oct 2019 00:32:49 +0200 Subject: more glfw --- src/main.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.zig') diff --git a/src/main.zig b/src/main.zig index 59b1804..882faf0 100644 --- a/src/main.zig +++ b/src/main.zig @@ -49,7 +49,7 @@ pub fn main() !void { const style = c.igGetStyle(); c.igStyleColorsDark(style); - if (io.*.ConfigFlags & @enumToInt(c.ImGuiConfigFlags_ViewportsEnable) != 0) { + if (false and io.*.ConfigFlags & @enumToInt(c.ImGuiConfigFlags_ViewportsEnable) != 0) { style.*.WindowRounding = 0.0; style.*.Colors[@enumToInt(c.ImGuiCol_WindowBg)].w = 1.0; } -- cgit v1.2.3