aboutsummaryrefslogtreecommitdiff
path: root/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'window.c')
-rw-r--r--window.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/window.c b/window.c
index e7391be..734761a 100644
--- a/window.c
+++ b/window.c
@@ -16,15 +16,6 @@
#include "window.h"
#include "log.h"
-struct Window {
- Connection *con;
- xcb_drawable_t window;
- cairo_surface_t *surface;
- cairo_t *cr;
- int x, y;
- int width, height;
-};
-
static xcb_atom_t intern_atom(Window *win, const char *atom)
{
xcb_generic_error_t *error;