From e952df78bd0c5c1236e32853c77b377bc31d0226 Mon Sep 17 00:00:00 2001 From: Marcin Banasiak Date: Tue, 25 Sep 2012 11:48:28 +0200 Subject: [PATCH] Fixes docs build Patch from: https://bugzilla.gnome.org/show_bug.cgi?id=684731 --- cogl-fix-experimental-doc-build.patch | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 cogl-fix-experimental-doc-build.patch diff --git a/cogl-fix-experimental-doc-build.patch b/cogl-fix-experimental-doc-build.patch new file mode 100644 index 0000000..2bac3db --- /dev/null +++ b/cogl-fix-experimental-doc-build.patch @@ -0,0 +1,27 @@ +--- a/cogl/cogl-context.h 2012-09-18 02:06:20.000000000 +0400 ++++ b/cogl/cogl-context.h 2012-09-24 20:13:48.193019200 +0400 +@@ -72,19 +72,19 @@ + * help applications control the lifetime a context without us needing to + * introduce special api to handle the breakup of internal circular + * references due to internal resources and caches associated with the +- * context. ++ * context. + * +- * One a context has been destroyed then all directly or indirectly ++ * One a context has been destroyed then all directly or indirectly + * dependant resources will be in an inconsistent state and should not +- * be manipulated or queried in any way. ++ * be manipulated or queried in any way. + * +- * For applications that rely on the operating system to clean up ++ * For applications that rely on the operating system to clean up + * resources this policy shouldn't affect them, but for applications + * that need to carefully destroy and re-create Cogl contexts multiple + * times throughout their lifetime (such as Android applications) they + * should be careful to destroy all context dependant resources, such as + * framebuffers or textures etc before unrefing and destroying the +- * context. ++ * context. + */ + + #ifdef COGL_ENABLE_EXPERIMENTAL_API -- 2.44.0