[packages/cogl/dev-1.11.x] Fixes docs build

megabajt megabajt at pld-linux.org
Tue Sep 25 11:56:43 CEST 2012


commit e952df78bd0c5c1236e32853c77b377bc31d0226
Author: Marcin Banasiak <marcin.banasiak at gmail.com>
Date:   Tue Sep 25 11:48:28 2012 +0200

    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(+)
---
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.</note>
+  *
+- * One a context has been destroyed then all directly or indirectly
++ * <note>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.</note>
+  *
+- * For applications that rely on the operating system to clean up
++ * <note>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.<note>
++ * context.</note>
+  */
+ 
+ #ifdef COGL_ENABLE_EXPERIMENTAL_API
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cogl.git/commitdiff/f7c074848ac0235e2769b2ad26c455ea734ed368



More information about the pld-cvs-commit mailing list