projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
757d005
)
[413/906] Fix Windows compiler warning in test/examples/gtk/fxtest/pixbufdrop.c
author
Руслан Ижбулатов
<lrn1986@gmail.com>
Tue, 12 Jan 2010 15:32:39 +0000
(18:32 +0300)
committer
Matthew Waters
<ystreet00@gmail.com>
Sat, 15 Mar 2014 17:36:39 +0000
(18:36 +0100)
tests/examples/gtk/fxtest/pixbufdrop.c
patch
|
blob
|
history
diff --git
a/tests/examples/gtk/fxtest/pixbufdrop.c
b/tests/examples/gtk/fxtest/pixbufdrop.c
index cd7f175880f86845b245c3bdc340371135479d1b..c2a87161c999bf7759a7881d0c0efabe7b1b9559 100644
(file)
--- a/
tests/examples/gtk/fxtest/pixbufdrop.c
+++ b/
tests/examples/gtk/fxtest/pixbufdrop.c
@@
-128,7
+128,7
@@
on_drag_data_received (GtkWidget * widget,
{
SourceData *userdata = g_new0 (SourceData, 1);
#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
GdkPixbufFormat *format;
gchar **uris = gtk_selection_data_get_uris (seldata);