aboutsummaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2020-08-03 12:14:36 -0500
committerDevin J. Pohly <djpohly@gmail.com>2020-08-03 12:14:36 -0500
commitc12261d3a98899348cbba894b376e2f071af8f60 (patch)
tree0255a1ccedd3f97e5b5a2d4a77b5f982d6770d41 /dwl.c
parentd89cf6b7206faa480b5e780fb59062794a876941 (diff)
parent8c95418334957161cfe9ca888c3f9e10fb495d21 (diff)
Merge branch 'master' of github:djpohly/dwl into master
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwl.c b/dwl.c
index 4261fd6..c700776 100644
--- a/dwl.c
+++ b/dwl.c
@@ -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;