summaryrefslogtreecommitdiff
path: root/src/graph/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/layout.h')
-rw-r--r--src/graph/layout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graph/layout.h b/src/graph/layout.h
index cbb8e6c..5212168 100644
--- a/src/graph/layout.h
+++ b/src/graph/layout.h
@@ -26,15 +26,15 @@
#include <stdbool.h>
-#include <gtk/gtkfixed.h>
#include "../gtkext/gtkbinview.h"
+#include "../gtkext/gtkgraphview.h"
/* Dispose une série de morceaux d'affichage en graphique. */
-bool build_graph_view(GtkFixed *, GtkBinView **, size_t);
+bool build_graph_view(GtkGraphView *, GtkBinView **, size_t);