mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 18:39:09 +00:00
ae78215443
This patch fixes a case in cogl-pango-pipeline-cache.c where we were passing COGL_MATERIAL_WRAP_MODE_CLAMP_TO_EDGE to cogl_pipelin_set_layer_wrap_mode and instead passes the equivalent CoglPipelineWrapMode. Reviewed-by: Neil Roberts <neil@linux.intel.com>