diff options
| author | Devin J. Pohly <djpohly@gmail.com> | 2020-08-03 12:14:36 -0500 | 
|---|---|---|
| committer | Devin J. Pohly <djpohly@gmail.com> | 2020-08-03 12:14:36 -0500 | 
| commit | c12261d3a98899348cbba894b376e2f071af8f60 (patch) | |
| tree | 0255a1ccedd3f97e5b5a2d4a77b5f982d6770d41 /dwl.c | |
| parent | d89cf6b7206faa480b5e780fb59062794a876941 (diff) | |
| parent | 8c95418334957161cfe9ca888c3f9e10fb495d21 (diff) | |
Merge branch 'master' of github:djpohly/dwl into master
Diffstat (limited to 'dwl.c')
| -rw-r--r-- | dwl.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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; | 
