mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-10 22:10:16 +01:00
Un-doxygen disabled cairo_set_opacity
The cairo_set_opacity() routine has been disabled since 2010. There appears to be support for it internally in the backend, so it is unclear why it is not enabled or what might break if it were re-enabled. Given the lack of bug reports about its omission, it may be vestigal. For now, just hide the doxygen for it to suppress warnings. It may be worth deeper review to either re-enable it or remove it entirely. Reported-by: Rafał Mużyło (See fdo bugzilla #82741) Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
parent
8d89fc573e
commit
35fccff6ec
1 changed files with 2 additions and 2 deletions
|
|
@ -844,7 +844,7 @@ slim_hidden_def (cairo_set_operator);
|
|||
|
||||
|
||||
#if 0
|
||||
/**
|
||||
/*
|
||||
* cairo_set_opacity:
|
||||
* @cr: a #cairo_t
|
||||
* @opacity: the level of opacity to use when compositing
|
||||
|
|
@ -856,7 +856,7 @@ slim_hidden_def (cairo_set_operator);
|
|||
* The default opacity is 1.
|
||||
*
|
||||
* Since: TBD
|
||||
**/
|
||||
*/
|
||||
void
|
||||
cairo_set_opacity (cairo_t *cr, double opacity)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue