diff options
| author | iamcheeseman <[hidden email]> | 2026-03-01 08:30:38 -0500 |
|---|---|---|
| committer | iamcheeseman <[hidden email]> | 2026-03-01 08:30:38 -0500 |
| commit | 41175c11234c0a2a83257beb86694f3af129a689 (patch) | |
| tree | 2a7be478debac86518ea269f645bec4b319fc9b5 /src/tsar.c | |
| parent | 6f1203a2990aa00e145d640b0814908ed661cb4e (diff) | |
fix mene's dastardly code
Diffstat (limited to 'src/tsar.c')
| -rw-r--r-- | src/tsar.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,15 +1,15 @@ +#include <stdarg.h> +#include <stdbool.h> #include <stdio.h> #include <stdlib.h> -#include <unistd.h> -#include <stdbool.h> -#include <stdarg.h> #include <string.h> +#include <unistd.h> -#include "pipe.c" -#include "pipe.h" #include <xcb/xcb.h> // #include <X11/Xft/Xft.h> +#include "pipe.h" + xcb_connection_t* connection; xcb_screen_t* screen; xcb_window_t win; |
