: The output window is not fully drawn. But if the mouse is moved only a : rectangular box is drawn.
Your modifications for every entry point in fblin16.c will do the job, but some of those entry points are calling "standard" routines like genfillrect which will also need to be modified. This is evidenced by the initial screen clear not working (genfillrect), but the mouse coordinates working (drawpixel). Look at the SCREENDEVICE structure in fblin16.c, and add your ioctl to the general routines called from there, like genfillrect etc. Regards, Greg --------------------------------------------------------------------- To unsubscribe, e-mail: nanogui-unsubscr...@linuxhacker.org For additional commands, e-mail: nanogui-h...@linuxhacker.org