Re: dillo-3.0-rc2 is out
"corvid" <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <20110908235248.GB2881@local> |
higuita wrote: > On Thu, 8 Sep 2011 08:35:52 +0000, "corvid" <[email protected]> wrote: > > Hmm. Well, if you go into src/uicmd.cc and change the instances of > > FL_PLASTIC_ROUND_UP_BOX to FL_PLASTIC_UP_BOX, or FL_FLAT_BOX, or > > FL_NO_BOX, does tab behaviour get better? > > Yes, changing it to FL_PLASTIC_UP_BOX i get the normal speed > and FL_FLAT_BOX put it even faster (but not that much). I even like more > the FL_PLASTIC_UP_BOX look :) > > So is this a problem of fltk or from dillo, or both? :) I guess it must be something in the world of fltk or the video driver or something. I'd expected us drawing lots of circles for bullets to make a difference, but then I see that fltk's fl_plastic.cxx needs a _lot_ of fl_arc()s and fl_pie()s to make round boxes, so that may magnify the effect quite a bit.