diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-11-05 19:45:08 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-11-05 19:45:08 (GMT) |
commit | c35d5d4ce62b812ec0aa4a5ebbacb84cd0901d53 (patch) | |
tree | ca0262ce4f0a24bdfbc1b9a4ffa1bbb202d47820 /src/gui/panels | |
parent | f5df6496fa50927d3d274c939a888afde652b7ad (diff) |
Removed the old interface for rendering lines.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@278 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gui/panels')
-rw-r--r-- | src/gui/panels/log.c | 3 | ||||
-rw-r--r-- | src/gui/panels/panel-int.h | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/panels/log.c b/src/gui/panels/log.c index 0baa3a4..e0be732 100644 --- a/src/gui/panels/log.c +++ b/src/gui/panels/log.c @@ -28,6 +28,9 @@ #include <malloc.h> #include <stdarg.h> #include <stdio.h> +#include <gtk/gtkscrolledwindow.h> +#include <gtk/gtktreestore.h> +#include <gtk/gtktreeview.h> diff --git a/src/gui/panels/panel-int.h b/src/gui/panels/panel-int.h index def1934..c0f9e34 100644 --- a/src/gui/panels/panel-int.h +++ b/src/gui/panels/panel-int.h @@ -29,6 +29,7 @@ #include "panel.h" +#include <gtk/gtkbin.h> #include <gtk/gtkwidget.h> |