[gtk+] Bug 670499-gtkthemingengine.c: Include fallback-c89.c
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Bug 670499-gtkthemingengine.c: Include fallback-c89.c
- Date: Thu, 23 Feb 2012 04:24:53 +0000 (UTC)
commit 72482c335d3b151dcdb35a43bcffa43f9e96d099
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Tue Feb 21 12:43:57 2012 +0800
Bug 670499-gtkthemingengine.c: Include fallback-c89.c
This is due to the use of round and nearbyint() function, which are C99 functions...
gtk/gtkthemingengine.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkthemingengine.c b/gtk/gtkthemingengine.c
index 89a5f44..a430b8c 100644
--- a/gtk/gtkthemingengine.c
+++ b/gtk/gtkthemingengine.c
@@ -36,6 +36,8 @@
#include "gtkroundedboxprivate.h"
#include "gtkthemingbackgroundprivate.h"
+#include "fallback-c89.c"
+
/**
* SECTION:gtkthemingengine
* @Short_description: Theming renderers
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]