summaryrefslogtreecommitdiff
path: root/src/summary.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-04-25 17:37:21 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2008-04-25 17:37:21 +0100
commitf1158d65f8544fd375ea591a55c65db4f6e2a6fe (patch)
tree0871eb59a282d379b6502989f70f0406eb3111b0 /src/summary.h
parent694b76d2a5e96a33090b7cdc0be50f213008ecaa (diff)
Differentiate between the total and current summary chart view in tooltip.
Diffstat (limited to 'src/summary.h')
-rw-r--r--src/summary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/summary.h b/src/summary.h
index 5537d4a..2a3d4db 100644
--- a/src/summary.h
+++ b/src/summary.h
@@ -30,6 +30,6 @@ GtkWidget *
summary_view_new (AllocatorsStore *store);
GtkWidget *
-summary_chart_new (AllocatorsStore *store);
+summary_chart_new (AllocatorsStore *store, gboolean total);
#endif /* SUMMARY_H */