[Redbutton-devel] SF.net SVN: redbutton: [60] redbutton-browser/trunk/MHEGDisplay.c
Brought to you by:
skilvington
|
From: <ski...@us...> - 2006-05-15 13:07:44
|
Revision: 60 Author: skilvington Date: 2006-05-15 06:07:39 -0700 (Mon, 15 May 2006) ViewCVS: http://svn.sourceforge.net/redbutton/?rev=60&view=rev Log Message: ----------- more TODO Modified Paths: -------------- redbutton-browser/trunk/MHEGDisplay.c Modified: redbutton-browser/trunk/MHEGDisplay.c =================================================================== --- redbutton-browser/trunk/MHEGDisplay.c 2006-05-15 10:55:48 UTC (rev 59) +++ redbutton-browser/trunk/MHEGDisplay.c 2006-05-15 13:07:39 UTC (rev 60) @@ -846,6 +846,8 @@ } /* get X to draw the XImage onto a Pixmap */ +/* TODO */ +/* this should be the Visual that matches PictStandardARGB32, not d->vis (the Window Visual) */ if((ximg = XCreateImage(d->dpy, d->vis, 32, ZPixmap, 0, xdata, width, height, 32, 0)) == NULL) fatal("XCreateImage failed"); bitmap->image = XCreatePixmap(d->dpy, d->win, width, height, 32); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |