forked from AuroraMiddleware/gtk
Add missing debug keys to the docs
Several values for GDK_DEBUG were missing from the docs.
This commit is contained in:
parent
4dbae1d4bf
commit
adc780f2b8
@ -290,10 +290,6 @@ nevertheless.
|
||||
<term>cursor</term>
|
||||
<listitem><para>Information about cursor objects (only win32)</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>dnd</term>
|
||||
<listitem><para>Information about drag-and-drop</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>eventloop</term>
|
||||
<listitem><para>Information about event loop operation (mostly Quartz)</para></listitem>
|
||||
@ -306,6 +302,34 @@ nevertheless.
|
||||
<term>nograbs</term>
|
||||
<listitem><para>Turn off all pointer and keyboard grabs</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>frames</term>
|
||||
<listitem><para>Information about the frame clock</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>settings</term>
|
||||
<listitem><para>Information about xsettings</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>selection</term>
|
||||
<listitem><para>Information about selections</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>clipboard</term>
|
||||
<listitem><para>Information about clipboards</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>dnd</term>
|
||||
<listitem><para>Information about drag-and-drop</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>opengl</term>
|
||||
<listitem><para>Information about OpenGL</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>vulkan</term>
|
||||
<listitem><para>Information about Vulkan</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
The special value <literal>all</literal> can be used to turn on all
|
||||
|
Loading…
Reference in New Issue
Block a user