diff options
author | Keith Packard <keithp@keithp.com> | 2009-05-17 00:13:45 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-05-17 00:13:45 -0700 |
commit | be3f4fed7b863c8cdaabe32b61b65a8b3cd11355 (patch) | |
tree | c60a999a6abc8061492b7cdddd141353e8768700 /aoview/aoview_main.c | |
parent | 93d7ce8e054515ed7b166eb042ae7f47e564d21d (diff) |
Add lots more aoview UI bits
Logs data to files, displays current state in window.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'aoview/aoview_main.c')
-rw-r--r-- | aoview/aoview_main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/aoview/aoview_main.c b/aoview/aoview_main.c index 7906e8ac..9e32e639 100644 --- a/aoview/aoview_main.c +++ b/aoview/aoview_main.c @@ -69,6 +69,10 @@ int main(int argc, char **argv) aoview_state_init(xml); + aoview_log_init(xml); + + aoview_table_init(xml); + gtk_main(); return 0; |