From 3e8d4ab0235aba332c8183462de4106795496b20 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 1 May 2016 20:48:59 -0400 Subject: the event loop should own the terminal, not the other way around this way, we should be able to have multiple terminals in the same process --- src/window-xlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window-xlib.h') diff --git a/src/window-xlib.h b/src/window-xlib.h index 22130e3..8bc0fb6 100644 --- a/src/window-xlib.h +++ b/src/window-xlib.h @@ -34,7 +34,7 @@ struct runes_window { }; void runes_window_backend_create_window(RunesTerm *t, int argc, char *argv[]); -void runes_window_backend_init_loop(RunesTerm *t); +void runes_window_backend_init_loop(RunesTerm *t, RunesLoop *loop); void runes_window_backend_request_flush(RunesTerm *t); void runes_window_backend_request_close(RunesTerm *t); unsigned long runes_window_backend_get_window_id(RunesTerm *t); -- cgit v1.2.3-54-g00ecf