Mercurial > minori
changeset 283:969a3e8c79c5
dep/animone/x11: remove stupid debugging code
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Wed, 08 May 2024 16:20:37 -0400 |
parents | 19eb6c4dca78 |
children | e66ffc338d82 |
files | dep/animone/src/win/x11.cc |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/dep/animone/src/win/x11.cc Wed May 08 15:54:10 2024 -0400 +++ b/dep/animone/src/win/x11.cc Wed May 08 16:20:37 2024 -0400 @@ -242,12 +242,6 @@ } } - std::cout << "got window: " << win.id << "\n" - << "class name: " << win.class_name << "\n" - << "title: " << win.text << "\n" - << "PID: " << proc.pid << "\n" - << "executable: " << proc.name << "\n" << std::endl; - if (!window_proc(proc, win)) { ::xcb_disconnect(connection); return false;