docs: Clean up the 'running Clutter apps' chapter
This commit is contained in:
parent
be4007ef53
commit
3cc62523e6
@ -60,13 +60,20 @@
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>CLUTTER_DEBUG</term>
|
<term>CLUTTER_DEBUG</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Enables debugging modes for Clutter.</para>
|
<para>Enables debugging modes for Clutter; debugging modes are
|
||||||
|
used to print debugging messages on the console. Clutter must be
|
||||||
|
compiled with the --enable-debug configuration switch for these
|
||||||
|
messages to be printed out. Multiple debugging modes can be
|
||||||
|
enabled by separating them using a colon (":") or a comma
|
||||||
|
(",").</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>COGL_DEBUG</term>
|
<term>CLUTTER_PAINT</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Enables debugging modes for Cogl.</para>
|
<para>Enables paint debugging modes for Clutter; the modes change
|
||||||
|
the way Clutter paints a scene and are useful for debugging the
|
||||||
|
behaviour of the paint cycle.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
@ -177,7 +184,7 @@
|
|||||||
|
|
||||||
<para>The debugging flags can be used for the CLUTTER_DEBUG environment
|
<para>The debugging flags can be used for the CLUTTER_DEBUG environment
|
||||||
variable and the --clutter-debug command line switch. Multiple flags can
|
variable and the --clutter-debug command line switch. Multiple flags can
|
||||||
be separated by a colon (:).</para>
|
be separated by a colon (:) or a comma (,).</para>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
keep in sync with the list of Clutter debug keys inside clutter-main.c
|
keep in sync with the list of Clutter debug keys inside clutter-main.c
|
||||||
@ -196,11 +203,6 @@
|
|||||||
<listitem><para>Backend-related notes, including initialization of
|
<listitem><para>Backend-related notes, including initialization of
|
||||||
the backend features and GL context creation</para></listitem>
|
the backend features and GL context creation</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
|
||||||
<term>behaviour</term>
|
|
||||||
<listitem><para>#ClutterBehaviour notes</para></listitem>
|
|
||||||
</varlistentry>
|
|
||||||
<varlistentry>
|
|
||||||
<term>event</term>
|
<term>event</term>
|
||||||
<listitem><para>Event handling notes</para></listitem>
|
<listitem><para>Event handling notes</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user