mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
initial commit: wip
This commit is contained in:
commit
8bf8a398b9
30 changed files with 2921 additions and 0 deletions
6
xcb.h
Normal file
6
xcb.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#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);
|
Loading…
Add table
Add a link
Reference in a new issue