diff options
| author | allusive-dev <[email protected]> | 2023-10-30 15:12:21 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-10-30 15:12:21 +1100 |
| commit | ac33357e7ce7c474aeaffc92e381020289d767a2 (patch) | |
| tree | 7f05fa79b3ccd7834f85cc65a07fbd4f8030eb94 /src/atom.c | |
| parent | Create FUNDING.yml (diff) | |
| download | compfy-ac33357e7ce7c474aeaffc92e381020289d767a2.tar.xz compfy-ac33357e7ce7c474aeaffc92e381020289d767a2.zip | |
Version 1.01.0.0
Diffstat (limited to 'src/atom.c')
| -rw-r--r-- | src/atom.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,8 +3,8 @@ #include "atom.h" #include "common.h" -#include "utils.h" #include "log.h" +#include "utils.h" static inline void *atom_getter(void *ud, const char *atom_name, int *err) { xcb_connection_t *c = ud; |