From 15874e375334a2e5e4cd44f438ca180d22deb02a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 26 Oct 2022 21:05:19 +0200 Subject: argv krap --- editor/app.cpp | 1 - floormat/settings.hpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/editor/app.cpp b/editor/app.cpp index 8f69f701..4cb1cb4a 100644 --- a/editor/app.cpp +++ b/editor/app.cpp @@ -32,7 +32,6 @@ int app::exec() static const char* const true_values[] = { "1", "true", "yes", "y", "Y", "on", "ON", "enable", "enabled", }; static const char* const false_values[] = { "0", "false", "no", "n", "N", "off", "OFF", "disable", "disabled", }; -static const char* const maybe_values[] = { "maybe", "m", "M", "default", }; template static inline bool find_arg(const T& list, const U& value) { diff --git a/floormat/settings.hpp b/floormat/settings.hpp index 5dcdf26e..39b5b137 100644 --- a/floormat/settings.hpp +++ b/floormat/settings.hpp @@ -28,7 +28,7 @@ struct fm_settings fullscreen : 1 = false, fullscreen_desktop : 1 = false, borderless : 1 = false, - maximized : 1 = true, + maximized : 1 = false, msaa : 1 = false; }; -- cgit v1.2.3