diff dep/animia/src/strategist.cc @ 232:ff0061e75f0f

theme: add OS detection with glib
author Paper <mrpapersonic@gmail.com>
date Sat, 13 Jan 2024 11:06:16 -0500
parents bc1ae1810855
children 4d461ef7d424
line wrap: on
line diff
--- a/dep/animia/src/strategist.cc	Sat Jan 13 09:43:41 2024 -0500
+++ b/dep/animia/src/strategist.cc	Sat Jan 13 11:06:16 2024 -0500
@@ -28,6 +28,7 @@
 	switch (result_.type) {
 		case ResultType::Process: success |= ApplyOpenFilesStrategy(); break;
 		case ResultType::Window: success |= ApplyWindowTitleStrategy(); break;
+		default: break;
 	}
 
 	return success;