X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fgtkmathview-bonobo%2Fsrc%2Fview.h;h=9116a3c98e7edcc7e6d41afe23d756e367d06a78;hb=e446d5f0746b4f3edc1b9742888410af310d815e;hp=1d88c0cfccec95fd4841668ea0c5aef905e348e1;hpb=8984ec110c89a283df29a9fce314f0c1bad4173e;p=helm.git diff --git a/helm/gtkmathview-bonobo/src/view.h b/helm/gtkmathview-bonobo/src/view.h index 1d88c0cfc..9116a3c98 100644 --- a/helm/gtkmathview-bonobo/src/view.h +++ b/helm/gtkmathview-bonobo/src/view.h @@ -5,6 +5,7 @@ #include #include "GNOME_GtkMathView_View.h" +#include "control-data.h" #define VIEW_TYPE (view_get_type()) #define VIEW(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), VIEW_TYPE, View)) @@ -15,6 +16,7 @@ typedef struct { BonoboObject parent; + GtkMathViewControlData* control_data; } View; typedef struct { @@ -23,7 +25,7 @@ typedef struct { } ViewClass; GType view_get_type(void); -View* view_new(void); +View* view_new(GtkMathViewControlData*); #endif /* __view_h__ */