Re: Some blurriness in gnome desktop

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Wed, 2009-10-28 at 14:16 +0000, Bastien Nocera wrote:
> On Wed, 2009-10-28 at 12:23 +0100, Martin Sourada wrote:
> > Actually, I've just found the source of blurriness:
> > in draw_action_brightness():
> > +        /* draw volume meter */
> > +        draw_volume_boxes (window,
> > +                           cr,
> > +                           (double)window->priv->volume_level / 100.0,
> > +                           bright_box_x0 + 0.5,
> > +                           bright_box_y0 + 0.5,
> > +                           bright_box_width,
> > +                           bright_box_height);
> > should be
> > +        /* draw volume meter */
> > +        draw_volume_boxes (window,
> > +                           cr,
> > +                           (double)window->priv->volume_level / 100.0,
> > +                           bright_box_x0,
> > +                           bright_box_y0,
> > +                           bright_box_width,
> > +                           bright_box_height);
> > as you are adding the 0.5 inside the draw_volume_boxes() already.
> 
> Good catch. That was some left-over from previous patches.
> 
> > Not sure about the positioning issue though.
> 
> Should be fixed in:
> http://koji.fedoraproject.org/koji/buildinfo?buildID=138737
> 

Thanks, it's now crisp and positioned correctly :)

Martin

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
Fedora-desktop-list mailing list
Fedora-desktop-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-desktop-list

[Index of Archives]     [Fedora Users]     [Fedora KDE]     [Fedora Announce]     [Fedora Docs]     [Fedora Config]     [PAM]     [Red Hat Development]     [Red Hat 9]     [Gimp]     [Yosemite News]

  Powered by Linux