X-Git-Url: http://git.maemo.org/git/?p=scdataviz;a=blobdiff_plain;f=graphwidget.h;fp=graphwidget.h;h=3b57af9d2b8458057dad344e2d7503e6e9202193;hp=be1ebaa40982be5c25efe9cf15de2fabd7ce1c99;hb=a954a12134959eab351047489430c57f6281f6c7;hpb=9e58fff9554349ce00ede966b94275cd9318ed79 diff --git a/graphwidget.h b/graphwidget.h index be1ebaa..3b57af9 100644 --- a/graphwidget.h +++ b/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())