diff options
author | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2006-03-31 15:21:35 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2006-03-31 15:21:35 +0000 |
commit | 7b8578af9f13465c8fec1fa973b78e8f431b88c1 (patch) | |
tree | 74c7f114709844d6aab934eef8504a18200eb384 /sys/ximagesrc/ximagesrc.h | |
parent | 15d5008ffc61e32156316ebedb1a1fb5bf7a683f (diff) | |
download | gst-plugins-bad-7b8578af9f13465c8fec1fa973b78e8f431b88c1.tar.gz gst-plugins-bad-7b8578af9f13465c8fec1fa973b78e8f431b88c1.tar.bz2 gst-plugins-bad-7b8578af9f13465c8fec1fa973b78e8f431b88c1.zip |
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/ximagesrc/ximagesrc.h')
-rw-r--r-- | sys/ximagesrc/ximagesrc.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |