[413/906] Fix Windows compiler warning in test/examples/gtk/fxtest/pixbufdrop.c
This commit is contained in:
parent
8937128d62
commit
24344a9ab9
@ -128,7 +128,7 @@ on_drag_data_received (GtkWidget * widget,
|
|||||||
{
|
{
|
||||||
SourceData *userdata = g_new0 (SourceData, 1);
|
SourceData *userdata = g_new0 (SourceData, 1);
|
||||||
#ifdef G_OS_WIN32
|
#ifdef G_OS_WIN32
|
||||||
gchar *filename = g_filename_from_uri (seldata->data, NULL, NULL);
|
gchar *filename = g_filename_from_uri ((const gchar *) seldata->data, NULL, NULL);
|
||||||
#else
|
#else
|
||||||
GdkPixbufFormat *format;
|
GdkPixbufFormat *format;
|
||||||
gchar **uris = gtk_selection_data_get_uris (seldata);
|
gchar **uris = gtk_selection_data_get_uris (seldata);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user