On Sun, 15 Mar 2009, Enlightenment SVN wrote:
> Modified: trunk/MISC/gevas2/src/gevas.c > =================================================================== > --- trunk/MISC/gevas2/src/gevas.c 2009-03-15 11:34:42 UTC (rev 39491) > +++ trunk/MISC/gevas2/src/gevas.c 2009-03-15 12:12:30 UTC (rev 39492) > @@ -1050,7 +1050,7 @@ > // fprintf(stderr,"gevas_realize() drawable:%lx\n", > GDK_WINDOW_XWINDOW(widget->window)); > > /* the following is specific to the engine */ > - einfo->info.display = GDK_WINDOW_XDISPLAY(widget->window); > + einfo->info.connection = GDK_WINDOW_XDISPLAY(widget->window); > einfo->info.visual = > GDK_VISUAL_XVISUAL(gtk_widget_get_visual(widget)); > einfo->info.colormap = > GDK_COLORMAP_XCOLORMAP(gtk_widget_get_colormap(widget)); > einfo->info.drawable = GDK_WINDOW_XWINDOW(widget->window); if you use Xlib (i think that you are using it as gdk does not use XCB), also set einfo->info.backend to 0 Vincent ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
