X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fgraphwidget.c;h=978cc3f63455237f802fe06416c54ea8f6a989d3;hb=4dafe799c1e27a1bd40be0ae67db3f96a72e05df;hp=beba3c9458a44f9e5a2b2b932f1869a79a84b8b5;hpb=dd7e01983b440d6ab2e751577d0da311153ec962;p=scdataviz diff --git a/src/graphwidget.c b/src/graphwidget.c index beba3c9..978cc3f 100644 --- a/src/graphwidget.c +++ b/src/graphwidget.c @@ -26,11 +26,11 @@ ** at http://gnomejournal.org/article/34/writing-a-widget-using-cairo-and-gtk28 ** Started on Thu Jul 17 10:51:32 2008 Johnny Q. Hacker -** Last update Thu Oct 8 17:13:50 2009 Johnny Q. Hacker +** Last update Thu Oct 15 21:53:34 2009 Johnny Q. Hacker */ -#include #include +#include "graphwidget.h" G_DEFINE_TYPE(GraphWidget, graph_widget, GTK_TYPE_DRAWING_AREA);