diff options
| author | iamcheeseman <[hidden email]> | 2026-03-01 16:31:24 -0500 |
|---|---|---|
| committer | iamcheeseman <[hidden email]> | 2026-03-01 16:31:24 -0500 |
| commit | 5b52739d9e1740f102cea7895cf8e7e51d925573 (patch) | |
| tree | 5daebe1dc58cb53fe5066d1e6fde119cc1aa7e16 /src/bardata.h | |
| parent | 66625e33aa2a4b1eedb4e2a46d2092999d8d9da4 (diff) | |
Allow changing default colors
Diffstat (limited to 'src/bardata.h')
| -rw-r--r-- | src/bardata.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/bardata.h b/src/bardata.h index 874f7c6..426f736 100644 --- a/src/bardata.h +++ b/src/bardata.h @@ -1,9 +1,14 @@ #ifndef BAR_H #define BAR_H -#include "pipe.h" + #include <inttypes.h> -typedef uint32_t color_t; +#include <X11/Xft/Xft.h> + +#include "pipe.h" + +typedef XftColor color_t; + typedef enum { SIDE_LEFT, SIDE_CENTER, |
