mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-19 19:25:41 +02:00
6 lines
162 B
C
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);
|