aboutsummaryrefslogtreecommitdiff
path: root/src/tsar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tsar.h')
-rw-r--r--src/tsar.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/tsar.h b/src/tsar.h
index 1c9e60b..c91af4a 100644
--- a/src/tsar.h
+++ b/src/tsar.h
@@ -1,6 +1,14 @@
#ifndef TSAR_H
#define TSAR_H
+#include <X11/Xlib.h>
+#include <X11/Xft/Xft.h>
+
+extern Display* display;
+extern Window win;
+extern XftColor xft_fg_color;
+
void load_font(const char* font_name);
+XSetWindowAttributes get_window_attr(unsigned long color);
#endif