mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-30 15:31:34 +00:00
parent
a7d72cf69b
commit
d03f38470e
@ -422,8 +422,8 @@ gtk_make_symbolic_pixbuf_from_data (const char *file_data,
|
||||
GError **error)
|
||||
|
||||
{
|
||||
const char *r_string = "rgb(1,0,0)";
|
||||
const char *g_string = "rgb(1,1,0)";
|
||||
const char *r_string = "rgb(255,0,0)";
|
||||
const char *g_string = "rgb(0,255,0)";
|
||||
GdkPixbuf *loaded;
|
||||
GdkPixbuf *pixbuf = NULL;
|
||||
int plane;
|
||||
|
Loading…
Reference in New Issue
Block a user