diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-04-05 14:05:06 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-04-05 14:05:06 -0700 |
commit | c3f11717a5f56c71897f836a829bbec1a00b44b6 (patch) | |
tree | c04b399e2168d5e4a60f629722a9790354b3a1fe /tests | |
parent | 270e442e15d3327534ee8e6dc8285c9873babb84 (diff) | |
parent | 4f833572c5d7e759045a03d5b61a4252684c30b8 (diff) |
Merge pull request #356 from behdad/outgoing
Make gears animate again
Diffstat (limited to 'tests')
-rw-r--r-- | tests/hello_world_gles.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/hello_world_gles.c b/tests/hello_world_gles.c index 088b9dae..6f7a4324 100644 --- a/tests/hello_world_gles.c +++ b/tests/hello_world_gles.c @@ -59,6 +59,7 @@ #define GEAR_VERTEX_STRIDE 6 #ifndef HAVE_BUILTIN_SINCOS +#define sincos _sincos static void sincos (double a, double *s, double *c) { |