Mercurial > minori
diff dep/animia/src/animia.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 | 2d5823df870f |
children | bc1ae1810855 |
line wrap: on
line diff
--- a/dep/animia/src/animia.cc Wed Dec 06 21:26:13 2023 -0500 +++ b/dep/animia/src/animia.cc Thu Dec 07 01:48:04 2023 -0500 @@ -9,8 +9,6 @@ #include <string> #include <vector> -#include <iostream> - namespace animia { namespace internal { @@ -72,7 +70,6 @@ We should set the PID of the process if we can get it, but that'll be for when I can actually be arsed to implement the X11 backend. */ auto window_proc = [&](const Process& process, const Window& window) -> bool { - std::cout << process.name << std::endl; for (const auto& player : players) { if (!internal::PlayerHasStrategy(player, Strategy::WindowTitle)) continue;