Mercurial > minori
comparison dep/animone/src/win/x11.cc @ 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 | c41c14ff8c67 |
| children | b1f625b0227c |
comparison
equal
deleted
inserted
replaced
| 282:19eb6c4dca78 | 283:969a3e8c79c5 |
|---|---|
| 240 } | 240 } |
| 241 } | 241 } |
| 242 } | 242 } |
| 243 } | 243 } |
| 244 | 244 |
| 245 std::cout << "got window: " << win.id << "\n" | |
| 246 << "class name: " << win.class_name << "\n" | |
| 247 << "title: " << win.text << "\n" | |
| 248 << "PID: " << proc.pid << "\n" | |
| 249 << "executable: " << proc.name << "\n" << std::endl; | |
| 250 | |
| 251 if (!window_proc(proc, win)) { | 245 if (!window_proc(proc, win)) { |
| 252 ::xcb_disconnect(connection); | 246 ::xcb_disconnect(connection); |
| 253 return false; | 247 return false; |
| 254 } | 248 } |
| 255 } | 249 } |
