At 1247130536 time_t, Julien Danjou wrote:
> > --- a/widgets/graph.c
> > +++ b/widgets/graph.c
> > @@ -148,13 +148,13 @@ graph_plot_get(graph_data_t *d, const char *title)
> >  }
> > 
> >  static area_t
> > -graph_geometry(widget_t *widget, screen_t *screen, int height, int
> > width)
> > +graph_geometry(widget_t *widget, int screen)
> >  {
> >      area_t geometry;
> >      graph_data_t *d = widget->data;
> > 
> >      geometry.x = geometry.y = 0;
> > -    geometry.height = height;
> > +    geometry.height = d->width;
> >      geometry.width = d->width; 
> > 
> 
> Seems wrong to me. Why the graph would be a square?

I just wait for clarification on this point from Gregor.

I encourage people to test the patch set. Then, it's more than probable
that everything will be merged.

Cheers,
-- 
Julien Danjou
// ᐰ <jul...@danjou.info>   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// When I get sad, I stop being sad and be awesome instead. True story.

Attachment: signature.asc
Description: Digital signature

Reply via email to