More log cleanups

This commit is contained in:
Michael Stapelberg
2009-08-11 15:23:58 +02:00
parent 556f180290
commit 44d9111d65
9 changed files with 18 additions and 67 deletions

View File

@ -101,6 +101,8 @@ void client_map(xcb_connection_t *conn, Client *client);
* Pretty-prints the clients information into the logfile.
*
*/
void client_log(Client *client);
#define CLIENT_LOG(client) do { \
LOG("Window: frame 0x%08x, child 0x%08x\n", client->frame, client->child); \
} while (0)
#endif