gpu: Use a better character for debug print

Instead of 🞨 which isn't supported in many places, use ⬚.

⬚ also fits better with □ and ▢ for describing clip regions.
This commit is contained in:
Benjamin Otte 2024-09-05 20:58:41 +02:00
parent 1ff9d1545d
commit 748acaf654

View File

@ -22,7 +22,7 @@ gsk_gpu_print_shader_flags (GString *string,
switch (clip)
{
case GSK_GPU_SHADER_CLIP_NONE:
g_string_append (string, "🞨 ");
g_string_append (string, " ");
break;
case GSK_GPU_SHADER_CLIP_RECT:
g_string_append (string, "");