[cogl/jjardon/static_inline] cogl/deprecated/cogl-fixed.h: Use "static inline" instead G_INLINE_FUNC
- From: Javier Jardón Cabezas <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/jjardon/static_inline] cogl/deprecated/cogl-fixed.h: Use "static inline" instead G_INLINE_FUNC
- Date: Mon, 18 Mar 2019 00:34:34 +0000 (UTC)
commit 17564ab02bd055454e2f7e9460fe7ad38d1c1dcd
Author: Javier Jardón <jjardon gnome org>
Date: Sun Mar 17 17:33:00 2019 -0700
cogl/deprecated/cogl-fixed.h: Use "static inline" instead G_INLINE_FUNC
cogl/deprecated/cogl-fixed.h | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/cogl/deprecated/cogl-fixed.h b/cogl/deprecated/cogl-fixed.h
index 73d0ed59..c7b73729 100644
--- a/cogl/deprecated/cogl-fixed.h
+++ b/cogl/deprecated/cogl-fixed.h
@@ -536,15 +536,15 @@ cogl_fixed_atan2 (CoglFixed a,
/*< public >*/
/* Fixed point math routines */
-G_INLINE_FUNC CoglFixed
+static inline CoglFixed
cogl_fixed_mul (CoglFixed a,
CoglFixed b);
-G_INLINE_FUNC CoglFixed
+static inline CoglFixed
cogl_fixed_div (CoglFixed a,
CoglFixed b);
-G_INLINE_FUNC CoglFixed
+static inline CoglFixed
cogl_fixed_mul_div (CoglFixed a,
CoglFixed b,
CoglFixed c);
@@ -753,7 +753,7 @@ cogl_angle_cos (CoglAngle angle);
/*< private >*/
#if defined (G_CAN_INLINE)
-G_INLINE_FUNC CoglFixed
+static inline CoglFixed
cogl_fixed_mul (CoglFixed a,
CoglFixed b)
{
@@ -776,7 +776,7 @@ cogl_fixed_mul (CoglFixed a,
#endif
#if defined (G_CAN_INLINE)
-G_INLINE_FUNC CoglFixed
+static inline CoglFixed
cogl_fixed_div (CoglFixed a,
CoglFixed b)
{
@@ -785,7 +785,7 @@ cogl_fixed_div (CoglFixed a,
#endif
#if defined(G_CAN_INLINE)
-G_INLINE_FUNC CoglFixed
+static inline CoglFixed
cogl_fixed_mul_div (CoglFixed a,
CoglFixed b,
CoglFixed c)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]