From: James S. <jsi...@li...> - 2001-03-13 03:38:43
|
>> >fb_bitfield.msb_right? >> >> Hum. Could be used this way. I never seen anyone take advantage of this >> field. Also why is it used for each color component? Why not have just >> one field for the framebuffer? > >Add the following fields to ruby and mark the others for depreciation: > >struct fb_info { > int msb_right; > int currcon; > ... >}; > >Why is msb_right __u32 in fb.h? Isn't it boolean? We have watch out here. We could add msb_right to fb_info but we can't remove it from fb_fix_screeninfo without breaking things :-( I assume it __u32 for word alignment issues. currcon is no longer need for ruby :-) We have struct vt_struct to represent each VT and struct vc_data to represent each virtual console that belongs to some VT. MS: (n) 1. A debilitating and surprisingly widespread affliction that renders the sufferer barely able to perform the simplest task. 2. A disease. James Simmons [jsi...@li...] ____/| fbdev/console/gfx developer \ o.O| http://www.linux-fbdev.org =(_)= http://linuxgfx.sourceforge.net U http://linuxconsole.sourceforge.net |