systray: use a_ functions
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
2fa76f9237
commit
9adeeb31b7
|
@ -53,7 +53,7 @@ systray_init(int phys_screen)
|
||||||
}
|
}
|
||||||
|
|
||||||
atom_systray_q = xcb_intern_atom_unchecked(globalconf.connection, false,
|
atom_systray_q = xcb_intern_atom_unchecked(globalconf.connection, false,
|
||||||
strlen(atom_name), atom_name);
|
a_strlen(atom_name), atom_name);
|
||||||
|
|
||||||
p_delete(&atom_name);
|
p_delete(&atom_name);
|
||||||
|
|
||||||
|
@ -105,7 +105,7 @@ systray_cleanup(int phys_screen)
|
||||||
|| !(atom_systray_r = xcb_intern_atom_reply(globalconf.connection,
|
|| !(atom_systray_r = xcb_intern_atom_reply(globalconf.connection,
|
||||||
xcb_intern_atom_unchecked(globalconf.connection,
|
xcb_intern_atom_unchecked(globalconf.connection,
|
||||||
false,
|
false,
|
||||||
strlen(atom_name),
|
a_strlen(atom_name),
|
||||||
atom_name),
|
atom_name),
|
||||||
NULL)))
|
NULL)))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue