mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-08-04 19:24:13 +00:00
Merge branch 'master' of github:djpohly/dwl into master
This commit is contained in:
@@ -764,7 +764,7 @@ focustop(Monitor *m)
|
|||||||
Atom
|
Atom
|
||||||
getatom(xcb_connection_t *xc, const char *name)
|
getatom(xcb_connection_t *xc, const char *name)
|
||||||
{
|
{
|
||||||
Atom atom;
|
Atom atom = 0;
|
||||||
xcb_generic_error_t *error;
|
xcb_generic_error_t *error;
|
||||||
xcb_intern_atom_cookie_t cookie;
|
xcb_intern_atom_cookie_t cookie;
|
||||||
xcb_intern_atom_reply_t *reply;
|
xcb_intern_atom_reply_t *reply;
|
||||||
|
|||||||
Reference in New Issue
Block a user