mirror of
https://github.com/brl/mutter.git
synced 2025-08-03 15:14:46 +00: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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user