Hi, I am trying to draw a hardware mouse cursor using the framebuffer. I am looking into fb.h msm_mdp.h for possible solutions. Basically, I want to disable the use of software cursor. I am thinking of commenting out the software cursor codes in WindowManagerService.java and replacing them with the hardware cursor implementation that I plan on doing. Does anyone have an idea how to draw the cursor into framebuffer (/dev/graphics/fb0)? I was trying to use FBIO_CURSOR ioctl in fb.h but it seems this ioctl is not yet implemented. Can someone give me an idea on how to do this?
Thanks, -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
