On Mon, Mar 04, 2002 at 11:13:28PM +0100, Till Adam wrote:
> # Quoting enlightenment-cvs@... (enlightenment-cvs@...):
>
> > D_ENTER;
> >
> > e = ev->event;
> > - if (e && e->win)
> > + for (l = VM->views; l; l = l->next)
> > {
> > - if ((v = e_view_machine_get_view_by_base_window(e->win)))
> > + E_View *v;
> > +
> > + v = l->data;
> > + if (e->win == v->win.base)
> > {
> > /* win, root, x, y, w, h, wm_generated */
> > D("Configure for view: %s\n", v->name);
>
>
> Ehm, did you simply not like the way I changed that and reverted it on
> purpose, or did you forget to update from cvs before commiting?
Oops. Sorry about that. I had a lot of conflicts due to indent changes,
and thought i resolved them all, but i guess i got some messed up. Your
way is definately better. I wonder if i reverted some other stuff in
there too. How exactly do i go about reconciling this? (refert the
commit and try again?)
--
brian
>
> Till
>
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@...
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
|