[gtk+/wip/colorchooser-v2: 53/84] Fix the build
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/colorchooser-v2: 53/84] Fix the build
- Date: Tue, 14 Feb 2012 19:09:17 +0000 (UTC)
commit 767681f48d6a7bdbfdf734c655c84a2f97c9ee7b
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]