projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04ccea8
)
[199/906] add pixbufdrop vs8 project
author
Julien Isorce
<julien.isorce@gmail.com>
Tue, 19 Aug 2008 20:15:17 +0000
(22:15 +0200)
committer
Matthew Waters
<ystreet00@gmail.com>
Sat, 15 Mar 2014 17:36:26 +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 33f348518aad5ee707414bdc6062eb151ef9cca9..1aaf6bbfc6d8084a78b3bb261cc52dd423f28847 100644
(file)
--- a/
tests/examples/gtk/fxtest/pixbufdrop.c
+++ b/
tests/examples/gtk/fxtest/pixbufdrop.c
@@
-35,7
+35,7
@@
create_window (GstBus *bus, GstMessage *message, GtkWidget *widget)
#ifdef WIN32
gst_x_overlay_set_xwindow_id (GST_X_OVERLAY (GST_MESSAGE_SRC (message)),
-
reinterpret_cast<gulong>
GDK_WINDOW_HWND(widget->window));
+
(gulong)
GDK_WINDOW_HWND(widget->window));
#else
gst_x_overlay_set_xwindow_id (GST_X_OVERLAY (GST_MESSAGE_SRC (message)),
GDK_WINDOW_XWINDOW(widget->window));