From 7b8578af9f13465c8fec1fa973b78e8f431b88c1 Mon Sep 17 00:00:00 2001 From: Zaheer Abbas Merali Date: Fri, 31 Mar 2006 15:21:35 +0000 Subject: sys/ximagesrc/: Fix ximagesrc so a) the cursor doesnt trail and b) there are no yellow rectangles with the cursor Original commit message from CVS: 2006-03-31 Zaheer Abbas Merali * sys/ximagesrc/ximagesrc.c: (composite_pixel), (gst_ximagesrc_ximage_get), (gst_ximagesrc_set_property), (gst_ximagesrc_get_caps), (gst_ximagesrc_class_init): * sys/ximagesrc/ximagesrc.h: * sys/ximagesrc/ximageutil.c: (ximageutil_xcontext_get): * sys/ximagesrc/ximageutil.h: Fix ximagesrc so a) the cursor doesnt trail and b) there are no yellow rectangles with the cursor --- sys/ximagesrc/ximagesrc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/ximagesrc/ximagesrc.h') diff --git a/sys/ximagesrc/ximagesrc.h b/sys/ximagesrc/ximagesrc.h index 066521e9..d5d5107b 100644 --- a/sys/ximagesrc/ximagesrc.h +++ b/sys/ximagesrc/ximagesrc.h @@ -77,6 +77,8 @@ struct _GstXImageSrc gboolean show_pointer; #ifdef HAVE_XFIXES int fixes_event_base; + XFixesCursorImage *cursor_image; + #endif #ifdef HAVE_XDAMAGE Damage damage; -- cgit v1.2.1