[gtk+/wip/colorchooser-v2: 53/77] Fix the build



commit be55c884bb9ea0914a79ae953451073d0998714e
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Feb 8 19:06:14 2012 -0500

    Fix the build
    
    A G_BEGIN_DECLS went missing here.

 gtk/gtkcolorutils.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkcolorutils.h b/gtk/gtkcolorutils.h
index cef16b9..2bb1352 100644
--- a/gtk/gtkcolorutils.h
+++ b/gtk/gtkcolorutils.h
@@ -38,6 +38,8 @@
 
 #include <glib.h>
 
+G_BEGIN_DECLS
+
 void gtk_hsv_to_rgb (gdouble  h, gdouble  s, gdouble  v,
                      gdouble *r, gdouble *g, gdouble *b);
 void gtk_rgb_to_hsv (gdouble  r, gdouble  g, gdouble  b,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]