yambar/xcb.h
2018-11-17 11:30:33 +01:00

6 lines
162 B
C

#pragma once
#include <xcb/xcb.h>
xcb_atom_t get_atom(xcb_connection_t *conn, const char *name);
char * get_atom_name(xcb_connection_t *conn, xcb_atom_t atom);