On Fri, Dec 23, 2011 at 12:50 PM, Enlightenment SVN <[email protected]> wrote: > > Modified: trunk/evas/src/modules/engines/software_x11/evas_xlib_outbuf.c > =================================================================== > --- trunk/evas/src/modules/engines/software_x11/evas_xlib_outbuf.c > 2011-12-23 11:40:05 UTC (rev 66477) > +++ trunk/evas/src/modules/engines/software_x11/evas_xlib_outbuf.c > 2011-12-23 11:50:29 UTC (rev 66478) > @@ -579,6 +579,8 @@ > free(obr); > return NULL; > } > + im->cache_entry.w = w; > + im->cache_entry.h = h; > im->cache_entry.flags.alpha |= alpha ? 1 : 0; > evas_cache_image_surface_alloc(&im->cache_entry, w, h); > im->extended_info = obr;
i'm just wondering : nothing to do in the XCB part ? Vincent Vincent ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
