diff options
Diffstat (limited to 'gtk/gtkhsv.c')
-rw-r--r-- | gtk/gtkhsv.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gtk/gtkhsv.c b/gtk/gtkhsv.c index cc8203d660..61353a92d0 100644 --- a/gtk/gtkhsv.c +++ b/gtk/gtkhsv.c @@ -25,12 +25,12 @@ #include <config.h> #include <math.h> #include <string.h> -#include "gtkalias.h" #include "gtkhsv.h" #include "gdk/gdkkeysyms.h" #include "gtkbindings.h" #include "gtkcontainer.h" #include "gtkmarshalers.h" +#include "gtkalias.h" /* * Modified by the GTK+ Team and others 1997-2000. See the AUTHORS @@ -917,7 +917,7 @@ gtk_hsv_motion (GtkWidget *widget, /* Redrawing */ -void +static void set_source_surface (cairo_t *cr, cairo_surface_t *surface) { @@ -1712,3 +1712,6 @@ gtk_hsv_move (GtkHSV *hsv, gtk_hsv_set_color (hsv, hue, sat, val); } + +#define __GTK_HSV_C__ +#include "gtkaliasdef.c" |