mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1205741 - add xpm and svg to supported gdk-pixbuf formats. r=acomminos,dveditz
This commit is contained in:
parent
e5cbbfa26e
commit
0905e5d6f3
@ -116,7 +116,9 @@ nsAppShell::Init()
|
||||
strcmp(name, "png") &&
|
||||
strcmp(name, "gif") &&
|
||||
strcmp(name, "bmp") &&
|
||||
strcmp(name, "ico")) {
|
||||
strcmp(name, "ico") &&
|
||||
strcmp(name, "xpm") &&
|
||||
strcmp(name, "svg")) {
|
||||
gdk_pixbuf_format_set_disabled(format, TRUE);
|
||||
}
|
||||
g_free(name);
|
||||
|
Loading…
Reference in New Issue
Block a user