summaryrefslogtreecommitdiff
path: root/src/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.h')
-rw-r--r--src/graphics.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/graphics.h b/src/graphics.h
new file mode 100644
index 0000000..ff17b9a
--- /dev/null
+++ b/src/graphics.h
@@ -0,0 +1,11 @@
+#ifndef _HACKVR_GRAPHICS_H_
+#define _HACKVR_GRAPHICS_H_
+
+#include <X11/Xlib.h>
+
+int x11_init();
+int x11_event_handler();
+void draw_screen(Display *dpy,Window w,GC gc);
+void set_aspect_ratio();
+
+#endif