mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
tests/ref-test: Don't use gidoc for private function
This will silence some introspection warnings that would otherwise happen when we start doing that. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2824>
This commit is contained in:
parent
f6da583d06
commit
13ca367311
@ -369,7 +369,7 @@ ensure_expected_format (cairo_surface_t **ref_image)
|
|||||||
*ref_image = target;
|
*ref_image = target;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Tint a color:
|
* Tint a color:
|
||||||
* @src Source pixel as x8r8g8b8.
|
* @src Source pixel as x8r8g8b8.
|
||||||
* @add The tint as x8r8g8b8, x8 must be zero; r8, g8 and b8 must be
|
* @add The tint as x8r8g8b8, x8 must be zero; r8, g8 and b8 must be
|
||||||
|
Loading…
Reference in New Issue
Block a user