app: rename gimp_layer_mode_is_linear() to gimp_layer_mode_wants_linear_data()

This commit is contained in:
Michael Natterer
2017-01-31 01:43:48 +01:00
parent 8771361cb9
commit 2dbf1b46b2
9 changed files with 9 additions and 9 deletions

View File

@ -444,7 +444,7 @@ gimp_layer_mode_is_legacy (GimpLayerMode mode)
}
gboolean
gimp_layer_mode_is_linear (GimpLayerMode mode)
gimp_layer_mode_wants_linear_data (GimpLayerMode mode)
{
switch (mode)
{