X-Git-Url: http://git.maemo.org/git/?p=scdataviz;a=blobdiff_plain;f=graphwidget.h;h=cb2e3903b5c1b3e704c57fa268071947f9be5310;hp=be1ebaa40982be5c25efe9cf15de2fabd7ce1c99;hb=b5cfdf4d4f01bf9f8def7d69fd58e254886ed2d5;hpb=9e58fff9554349ce00ede966b94275cd9318ed79 diff --git a/graphwidget.h b/graphwidget.h index be1ebaa..cb2e390 100644 --- a/graphwidget.h +++ b/graphwidget.h @@ -23,7 +23,7 @@ along with this program. If not, see . ** Started on Thu Jul 17 10:51:32 2008 Johnny Q. Hacker -** Last update Thu Jul 17 10:51:32 2008 Johnny Q. Hacker +** Last update Thu Oct 8 14:28:34 2009 Johnny Q. Hacker */ #ifndef GRAPHWIDGET_H_ @@ -33,13 +33,12 @@ #include typedef struct _GraphWidget { - GtkDrawingArea parent; + GtkDrawingArea parent_instance; Graph *graph; } GraphWidget; typedef struct _GraphWidgetClass { GtkDrawingAreaClass parent_class; - } GraphWidgetClass; #define GRAPH_WIDGET_TYPE (graph_widget_get_type())