mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 01:36:10 -05: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
319 B
Diff
13 lines
319 B
Diff
diff --git a/clutter/cogl/gl/cogl-primitives.c b/clutter/cogl/gl/cogl-primitives.c
|
|
index dc5c5c6..8a0843d 100644
|
|
--- a/clutter/cogl/gl/cogl-primitives.c
|
|
+++ b/clutter/cogl/gl/cogl-primitives.c
|
|
@@ -34,6 +34,7 @@
|
|
|
|
#include <string.h>
|
|
#include <gmodule.h>
|
|
+#include <math.h>
|
|
|
|
#define _COGL_MAX_BEZ_RECURSE_DEPTH 16
|
|
|