1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2025-04-21 18:03:02 -04:00

Add debug logging to get_atom

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2018-12-21 16:48:21 +00:00
parent cb7d852b0f
commit c8a9f32b05
No known key found for this signature in database
GPG key ID: 37C999F617EA1A47

View file

@ -877,6 +877,7 @@ get_atom(session_t *ps, const char *atom_name) {
xcb_atom_t atom = XCB_NONE;
if (reply) {
log_debug("Atom %s is %d", atom_name, reply->atom);
atom = reply->atom;
free(reply);
} else