mirror of
https://github.com/brl/mutter.git
synced 2024-11-30 03:50:47 -05:00
cogl-texture-pixmap-x11: This API is new in 1.4, not 1.2
CoglTexturePixmapX11 has been introduced in the 1.3 development cycle. A Stability: Unstable tag was missing too, so add it.
This commit is contained in:
parent
c0fb59702c
commit
2d20589d8e
@ -63,7 +63,7 @@ typedef enum
|
|||||||
*
|
*
|
||||||
* Return value: a CoglHandle to a texture
|
* Return value: a CoglHandle to a texture
|
||||||
*
|
*
|
||||||
* Since: 1.2
|
* Since: 1.4
|
||||||
* Stability: Unstable
|
* Stability: Unstable
|
||||||
*/
|
*/
|
||||||
CoglHandle
|
CoglHandle
|
||||||
@ -82,7 +82,7 @@ cogl_texture_pixmap_x11_new (guint32 pixmap,
|
|||||||
* refreshed with the contents of the pixmap that was given to
|
* refreshed with the contents of the pixmap that was given to
|
||||||
* cogl_texture_pixmap_x11_new().
|
* cogl_texture_pixmap_x11_new().
|
||||||
*
|
*
|
||||||
* Since: 1.2
|
* Since: 1.4
|
||||||
* Stability: Unstable
|
* Stability: Unstable
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
@ -102,7 +102,7 @@ cogl_texture_pixmap_x11_update_area (CoglHandle handle,
|
|||||||
* implemented as zero-copy so it implies the updates are working
|
* implemented as zero-copy so it implies the updates are working
|
||||||
* efficiently.
|
* efficiently.
|
||||||
*
|
*
|
||||||
* Since: 1.2
|
* Since: 1.4
|
||||||
* Stability: Unstable
|
* Stability: Unstable
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
@ -123,6 +123,9 @@ cogl_texture_pixmap_x11_is_using_tfp_extension (CoglHandle handle);
|
|||||||
*
|
*
|
||||||
* Note that Cogl will subtract from the damage region as it processes
|
* Note that Cogl will subtract from the damage region as it processes
|
||||||
* damage events.
|
* damage events.
|
||||||
|
*
|
||||||
|
* Since: 1.4
|
||||||
|
* Stability: Unstable
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
cogl_texture_pixmap_x11_set_damage_object (CoglHandle handle,
|
cogl_texture_pixmap_x11_set_damage_object (CoglHandle handle,
|
||||||
@ -137,7 +140,7 @@ cogl_texture_pixmap_x11_set_damage_object (CoglHandle handle,
|
|||||||
* Return value: whether @handle points to a CoglTexturePixmapX11
|
* Return value: whether @handle points to a CoglTexturePixmapX11
|
||||||
* instance.
|
* instance.
|
||||||
*
|
*
|
||||||
* Since: 1.2
|
* Since: 1.4
|
||||||
* Stability: Unstable
|
* Stability: Unstable
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
|
Loading…
Reference in New Issue
Block a user