aboutsummaryrefslogtreecommitdiffstats
path: root/runes.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-13 01:14:26 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-13 01:14:26 -0400
commit282695a9e923f069da86486dd9b0cf79f20da76f (patch)
tree4d9cef80ec7a5bba2641e9cc48ec789e4077485a /runes.h
parent0e5d55283a9adcc9b5ed071b4e18b74e55dbe0c4 (diff)
downloadrunes-282695a9e923f069da86486dd9b0cf79f20da76f.tar.gz
runes-282695a9e923f069da86486dd9b0cf79f20da76f.zip
this is an unnecessary level of abstraction
Diffstat (limited to 'runes.h')
-rw-r--r--runes.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/runes.h b/runes.h
index 9233937..7ba6be2 100644
--- a/runes.h
+++ b/runes.h
@@ -14,7 +14,10 @@ typedef struct runes_window RunesWindowBackend;
typedef struct runes_pty RunesPtyBackend;
typedef struct runes_loop_data RunesLoopData;
-#include "events.h"
+struct runes_loop_data {
+ uv_work_t req;
+ RunesTerm *t;
+};
#include "window-xlib.h"
#include "pty-unix.h"