mirror of
https://github.com/brl/mutter.git
synced 2024-12-26 12:52:14 +00:00
4e94500a2a
The patches have been updated to apply cleanly. The patches for the g_warnings in clutter-actor.c have been removed because master now uses CLUTTER_UNITS_FORMAT so they aren't necessary. The clutter-units.h patch now sets CLUTTER_UNITS_FORMAT to 'f'.
13 lines
335 B
Diff
13 lines
335 B
Diff
diff --git a/clutter/cogl/common/cogl-primitives.c b/clutter/cogl/common/cogl-primitives.c
|
|
index 27e0e36..27834f7 100644
|
|
--- a/clutter/cogl/common/cogl-primitives.c
|
|
+++ b/clutter/cogl/common/cogl-primitives.c
|
|
@@ -33,6 +33,7 @@
|
|
|
|
#include <string.h>
|
|
#include <gmodule.h>
|
|
+#include <math.h>
|
|
|
|
#define _COGL_MAX_BEZ_RECURSE_DEPTH 16
|
|
|