X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fgtkmathview-bonobo%2Fsrc%2Fcontrol-data.h;h=0d90f6a4cd63547f63486700b11be89b5ae0572b;hb=1053641161be77d31f67e6f9dd9c7f6d25e0b187;hp=0f636c2f470f3fe0557fbe474aceef13d60aed64;hpb=86cbebadef669ffb8a721e5bf15b77ed8bba3039;p=helm.git diff --git a/helm/gtkmathview-bonobo/src/control-data.h b/helm/gtkmathview-bonobo/src/control-data.h index 0f636c2f4..0d90f6a4c 100644 --- a/helm/gtkmathview-bonobo/src/control-data.h +++ b/helm/gtkmathview-bonobo/src/control-data.h @@ -1,12 +1,16 @@ -#ifndef __CONTROL_DATA__ -#define __CONTROL_DATA__ + +#ifndef __control_data_h__ +#define __control_data_h__ + +#include +#include typedef struct _GtkMathViewControlData { - gboolean semantic_selection; - GdomeElement* first_selected; - GdomeElement* root_selected; - GtkMathView *math_view; + GtkMathView* math_view; + gboolean semantic_selection; + GdomeElement* first_selected; + GdomeElement* root_selected; } GtkMathViewControlData; -#endif +#endif // __control_data_h__