mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
docs: Fix the GLX section
The whole thing should just go away.
This commit is contained in:
parent
f3f1c87d8c
commit
459e1e7fc9
@ -29,7 +29,9 @@
|
||||
|
||||
/**
|
||||
* SECTION:clutter-glx-texture-pixmap
|
||||
* @short_description: A texture which displays the content of an X Pixmap.
|
||||
* @Title: ClutterGLXTexturePixmap
|
||||
* @short_description: A texture which displays the content of an X Pixmap
|
||||
* @Deprecated: 1.4: Use #ClutterX11TexturePixmap instead.
|
||||
*
|
||||
* #ClutterGLXTexturePixmap is a class for displaying the content of an
|
||||
* X Pixmap as a ClutterActor. Used together with the X Composite extension,
|
||||
|
@ -23,16 +23,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION:clutter-glx
|
||||
* @short_description: GLX specific API
|
||||
*
|
||||
* The GLX backend for Clutter provides some specific API for GLX
|
||||
* related calls.
|
||||
*
|
||||
* The ClutterGLX API is available since Clutter 0.4
|
||||
*/
|
||||
|
||||
#ifndef __CLUTTER_GLX_H__
|
||||
#define __CLUTTER_GLX_H__
|
||||
|
||||
|
@ -220,7 +220,6 @@
|
||||
<xi:include href="xml/clutter-backend.xml"/>
|
||||
<xi:include href="xml/clutter-x11.xml"/>
|
||||
<xi:include href="xml/clutter-x11-texture-pixmap.xml"/>
|
||||
<xi:include href="xml/clutter-glx.xml"/>
|
||||
<xi:include href="xml/clutter-glx-texture-pixmap.xml"/>
|
||||
<xi:include href="xml/clutter-win32.xml"/>
|
||||
<xi:include href="xml/clutter-egl.xml"/>
|
||||
|
@ -1921,11 +1921,6 @@ ClutterBindingPoolClass
|
||||
clutter_binding_pool_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<TITLE>GLX Specific Support</TITLE>
|
||||
<FILE>clutter-glx</FILE>
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<TITLE>EGL Specific Support</TITLE>
|
||||
<FILE>clutter-egl</FILE>
|
||||
|
Loading…
Reference in New Issue
Block a user