Merge branch 'master' of github:djpohly/dwl into master

This commit is contained in:
Devin J. Pohly 2020-08-03 12:14:36 -05:00
commit c12261d3a9
1 changed files with 1 additions and 1 deletions

2
dwl.c
View File

@ -764,7 +764,7 @@ focustop(Monitor *m)
Atom
getatom(xcb_connection_t *xc, const char *name)
{
Atom atom;
Atom atom = 0;
xcb_generic_error_t *error;
xcb_intern_atom_cookie_t cookie;
xcb_intern_atom_reply_t *reply;