aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-xlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window-xlib.h')
-rw-r--r--src/window-xlib.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/window-xlib.h b/src/window-xlib.h
index 5431244..22130e3 100644
--- a/src/window-xlib.h
+++ b/src/window-xlib.h
@@ -24,6 +24,7 @@ struct runes_window {
Window w;
Window border_w;
XIC ic;
+ XEvent event;
cairo_t *backend_cr;
@@ -32,11 +33,6 @@ struct runes_window {
char visual_bell_is_ringing: 1;
};
-typedef struct {
- RunesLoopData data;
- XEvent e;
-} RunesXlibLoopData;
-
void runes_window_backend_create_window(RunesTerm *t, int argc, char *argv[]);
void runes_window_backend_init_loop(RunesTerm *t);
void runes_window_backend_request_flush(RunesTerm *t);