gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. 81abb1892a90b5cdd809


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 81abb1892a90b5cdd809d73d7e6391083d63e139
Date: Mon, 08 Nov 2010 19:20:42 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  81abb1892a90b5cdd809d73d7e6391083d63e139 (commit)
      from  176ab22d0a98b4f9b142ef1c15ea70346abb2bbb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=81abb1892a90b5cdd809d73d7e6391083d63e139


commit 81abb1892a90b5cdd809d73d7e6391083d63e139
Author: Sandro Santilli <address@hidden>
Date:   Mon Nov 8 20:20:30 2010 +0100

    <climits> is needed for INT_MAX in agg2 headers

diff --git a/librender/agg/Renderer_agg.cpp b/librender/agg/Renderer_agg.cpp
index a1f25c7..6e140ff 100644
--- a/librender/agg/Renderer_agg.cpp
+++ b/librender/agg/Renderer_agg.cpp
@@ -115,6 +115,7 @@ AGG resources
 
 #include <vector>
 #include <cmath>
+#include <climits>
 #include <boost/scoped_array.hpp>
 #include <boost/bind.hpp>
 #include <agg_rendering_buffer.h>

-----------------------------------------------------------------------

Summary of changes:
 librender/agg/Renderer_agg.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]