diff options
Diffstat (limited to 'comet.c')
| -rw-r--r-- | comet.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ int main(int argc, char **argv) Drawable *draw = draw_create("Hack 12", height, x_padding, x_padding, y_padding, 1); State *state = state_create(win, draw); + connection_attach_state(con, state); + connection_attach_source(con); guint source_term = g_unix_signal_add(SIGTERM, mainloop_quit, mainloop); guint source_int = g_unix_signal_add(SIGINT, mainloop_quit, mainloop); |
