summaryrefslogtreecommitdiffstats
path: root/sys/ximage/gstximagesrc.h
diff options
context:
space:
mode:
authorZaheer Abbas Merali <zaheerabbas@merali.org>2006-03-31 15:21:35 +0000
committerZaheer Abbas Merali <zaheerabbas@merali.org>2006-03-31 15:21:35 +0000
commitc03f02f50fa9c357435de2bb14501e40f1a184c9 (patch)
treef0e1592f8dfe6404d5245e53a30b820dd2b8d4f4 /sys/ximage/gstximagesrc.h
parent9b064ff8d8f76bcf77cd3e0452acfda5ef6c547c (diff)
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 <zaheerabbas at merali dot org> * 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
Diffstat (limited to 'sys/ximage/gstximagesrc.h')
-rw-r--r--sys/ximage/gstximagesrc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/ximage/gstximagesrc.h b/sys/ximage/gstximagesrc.h
index 066521e9..d5d5107b 100644
--- a/sys/ximage/gstximagesrc.h
+++ b/sys/ximage/gstximagesrc.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;