aboutsummaryrefslogtreecommitdiffstats
path: root/src/runes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runes.h')
-rw-r--r--src/runes.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/runes.h b/src/runes.h
index 6012983..5bc91d4 100644
--- a/src/runes.h
+++ b/src/runes.h
@@ -13,6 +13,7 @@ struct runes_window;
struct runes_pty;
struct runes_config;
struct runes_display;
+struct runes_loop;
struct runes_loop_data;
typedef struct runes_term RunesTerm;
@@ -20,15 +21,13 @@ typedef struct runes_window RunesWindowBackend;
typedef struct runes_pty RunesPtyBackend;
typedef struct runes_config RunesConfig;
typedef struct runes_display RunesDisplay;
+typedef struct runes_loop RunesLoop;
typedef struct runes_loop_data RunesLoopData;
-struct runes_loop_data {
- uv_work_t req;
- RunesTerm *t;
-};
-
#include "util.h"
+#include "loop.h"
+
#include "window-xlib.h"
#include "pty-unix.h"