Alexander Vasiliev wrote:
> 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?
> 
> 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?

You can replace wm_update_cursor() at the end of wm/default/default.c.

-- 
Best regards,
   Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"

_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to