X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=graphwidget.h;h=3b57af9d2b8458057dad344e2d7503e6e9202193;hb=23aee1377a3f8d174451eaadbcdf22032978172b;hp=be1ebaa40982be5c25efe9cf15de2fabd7ce1c99;hpb=9e58fff9554349ce00ede966b94275cd9318ed79;p=scdataviz 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())