gtk-demo: Recognize .svg as images

We can't guarantee that we can load it, but worst
case you'll get a missing image.
This commit is contained in:
Matthias Clasen 2020-10-06 15:11:08 -04:00
parent 043207133d
commit 25cbc1a15a

View File

@ -410,6 +410,7 @@ static struct {
{ ".gif", NULL, display_image },
{ ".jpg", NULL, display_image },
{ ".png", NULL, display_image },
{ ".svg", NULL, display_image },
{ ".c", "c", display_text },
{ ".css", "css", display_text },
{ ".glsl", NULL, display_text },