2008/3/28, Alexander Vasiliev <[EMAIL PROTECTED]>:
>
> 2008/3/28, Nikita Egorov <[EMAIL PROTECTED]>:
>
> >
> >
> > 2008/3/28, Alexander Vasiliev <[EMAIL PROTECTED]>:
> > > Hi, everybody.
> > >
> > > We want to use gtk+. We have the board, which can draw the mouse
> > > pointer, i.e. graphic library doesn't have to redraw screen while the
> > > mouse is moving. A graphic library can just inform the driver about
> > > the mouse position and set the mouse pointer image. Is there any
> > > support in direct-fb for such case?
> >
> > DirectDB doesnt support hardware mouse pointer. :(
>
>
> Can you point me to the place in the direct-fb source code, where it
> can be improved.


See src/core/gfxcard.h and so on
I was trying to do it when I was writing gfxdriver for my platform. But
speed of DirectFB's cursor satisfied my requirement.



> > And even more, our board can keep the image in some external memory.
> > > So we should pass the image only after it changed. I was searching
> > > through directfb, but i didn't found any function, which informs when
> > > an image changes. Does such a function exist in direct-fb?
> >
> > Hmm, I dont understand what you mean.
>
>
> Is there any function in direct-fb, which informs the hardware, that
> the image was changed and the screen can be redrawn?


No

> PS to use gtk+ your hardware should be quite fast...
>
>
> Can you recomend other library, that works over direct-fb?


I use my own FLTK (http://fltk.org) port to directfb. :-)
The guys said to me that FLTK works more faster than gtk+.
I hope to end up the synchronize with latest version of FLTK(1.1.8rc3) (and
bugs fixing) very soon.


-- 
Best Regards
Nikita Egorov
[EMAIL PROTECTED]
[EMAIL PROTECTED]
_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to