aboutsummaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h
index ca38bb5..579a61c 100644
--- a/src/window.h
+++ b/src/window.h
@@ -6,6 +6,7 @@
#include <xcb/xcb_aux.h>
#include "display.h"
+#include "config.h"
typedef struct {
display_t *display;
@@ -18,7 +19,7 @@ typedef struct {
int width, height;
} window_t;
-void window_init(window_t *window, display_t *display);
+void window_init(window_t *window, display_t *display, config_t *config);
void window_move(window_t *window, int x, int y);