mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 09:40:10 +00:00
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:
parent
1ff9d1545d
commit
748acaf654
@ -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, "□ ");
|
||||
|
Loading…
Reference in New Issue
Block a user