summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Dahl <matt2000@users.sourceforge.net>2001-11-07 11:56:55 +0000
committerMatthias Dahl <matt2000@users.sourceforge.net>2001-11-07 11:56:55 +0000
commit887aef7c6f3f6f728d2324815b9b05060be8405a (patch)
tree8135cf25db5328548d3c105598743d26ac44629a /src
parentaaa8c577a7a77caa8810ec2daa206828d2e1e589 (diff)
downloadxine-lib-887aef7c6f3f6f728d2324815b9b05060be8405a.tar.gz
xine-lib-887aef7c6f3f6f728d2324815b9b05060be8405a.tar.bz2
More updates to the README.
CVS patchset: 978 CVS date: 2001/11/07 11:56:55
Diffstat (limited to 'src')
-rw-r--r--src/video_out/video_out_syncfb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/video_out/video_out_syncfb.c b/src/video_out/video_out_syncfb.c
index 2ea7b1a44..aef1789c5 100644
--- a/src/video_out/video_out_syncfb.c
+++ b/src/video_out/video_out_syncfb.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: video_out_syncfb.c,v 1.38 2001/11/06 14:23:31 matt2000 Exp $
+ * $Id: video_out_syncfb.c,v 1.39 2001/11/07 11:56:55 matt2000 Exp $
*
* video_out_syncfb.c, SyncFB (for Matrox G200/G400 cards) interface for xine
*
@@ -814,7 +814,6 @@ static int syncfb_gui_data_exchange (vo_driver_t* this_gen, int data_type, void
this->gc = XCreateGC (this->display, this->drawable, 0, NULL);
break;
- // FIXME: does this actually work - or do we have to modify it for SyncFB?!
case GUI_DATA_EX_TRANSLATE_GUI_TO_VIDEO: {
int x1, y1, x2, y2;
x11_rectangle_t *rect = data;