From 7ca8e65901c9fbf74f7fbe1c3514d41382ac7c02 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 1 May 2016 20:09:33 -0400 Subject: simplify --- src/window-xlib.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/window-xlib.h') 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); -- cgit v1.2.3-54-g00ecf