From d5406652af032f014fd08d096b8cd9854f6ea448 Mon Sep 17 00:00:00 2001 From: Julien Isorce Date: Tue, 19 Aug 2008 22:15:17 +0200 Subject: [PATCH] [199/906] add pixbufdrop vs8 project --- tests/examples/gtk/fxtest/pixbufdrop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/examples/gtk/fxtest/pixbufdrop.c b/tests/examples/gtk/fxtest/pixbufdrop.c index 33f348518a..1aaf6bbfc6 100644 --- 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_castGDK_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));