Fix some bugs I introduced with the last commit.
[ardour.git] / gtk2_ardour / gtk-custom-ruler.h
index f7645f406f1dc4d6a2189b3edcb108b305cd7bb7..bcb34231601133a3a440b208cb039c87646a4119 100644 (file)
@@ -21,7 +21,7 @@
  * Modified by the GTK+ Team and others 1997-1999.  See the AUTHORS
  * file for a list of people on the GTK+ Team.  See the ChangeLog
  * files for a list of changes.  These files are distributed with
- * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
  */
 
 /* modified by andreas meyer <hexx3000@gmx.de> */
@@ -56,7 +56,7 @@ struct _GtkCustomRuler {
   gint xsrc, ysrc;
   gint slider_size;
   gboolean show_position;
-    
+
   /* The upper limit of the ruler (in points) */
   gdouble lower;
   /* The lower limit of the ruler */
@@ -91,7 +91,7 @@ struct _GtkCustomMetric {
   gint (* get_marks) (GtkCustomRulerMark **marks, gdouble lower, gdouble upper, gint maxchars);
 };
 
-GtkType gtk_custom_ruler_get_type            (void);
+GType   gtk_custom_ruler_get_type            (void);
 void    gtk_custom_ruler_set_metric          (GtkCustomRuler *ruler, GtkCustomMetric *metric);
 void    gtk_custom_ruler_set_range           (GtkCustomRuler *ruler,
                                              gdouble lower,