diff dep/animia/src/win/x11.cc @ 191:0fc126d52de4

animia: multiple stylistic choices win.class_name is now used to store bundle IDs on OS X, add some little explanations here and there for dumb stuff
author Paper <mrpapersonic@gmail.com>
date Thu, 07 Dec 2023 01:48:04 -0500
parents 31735c8592bc
children bc1ae1810855
line wrap: on
line diff
--- a/dep/animia/src/win/x11.cc	Wed Dec 06 21:26:13 2023 -0500
+++ b/dep/animia/src/win/x11.cc	Thu Dec 07 01:48:04 2023 -0500
@@ -93,6 +93,9 @@
 }
 
 static bool WalkWindows(::Display* display, std::set<::Window>& children, const std::set<::Window>& windows) {
+	/* This sucks. It takes waaaay too long to finish.
+	 * TODO: Look at the code for xwininfo to see what they do.
+	*/
 	if (windows.empty())
 		return false;